mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
FramebufferManager: Dynamic selection of EFB depth format
This commit is contained in:
parent
b30342d38f
commit
3323265d91
5 changed files with 22 additions and 8 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "VideoCommon/VertexShaderGen.h"
|
||||
|
||||
class NativeVertexFormat;
|
||||
enum class AbstractTextureFormat : u32;
|
||||
|
||||
namespace VideoCommon
|
||||
{
|
||||
|
@ -129,6 +130,7 @@ private:
|
|||
// Configuration bits.
|
||||
APIType m_api_type = APIType::Nothing;
|
||||
ShaderHostConfig m_host_config = {};
|
||||
AbstractTextureFormat m_efb_depth_format;
|
||||
u32 m_efb_multisamples = 1;
|
||||
std::unique_ptr<AsyncShaderCompiler> m_async_shader_compiler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue