mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 23:26:03 +00:00
Support Conservative Depth as a fallback for EarlyZ
Allows Mesa based drivers to support ZCompLoc
This commit is contained in:
parent
4d3d947efc
commit
e7b2a22225
4 changed files with 50 additions and 10 deletions
|
@ -50,6 +50,8 @@ struct VideoConfig
|
|||
ES_TEXBUF_TYPE SupportedESTextureBuffer;
|
||||
bool bSupports2DTextureStorage;
|
||||
bool bSupports3DTextureStorage;
|
||||
bool bSupportsEarlyFragmentTests;
|
||||
bool bSupportsConservativeDepth;
|
||||
|
||||
const char* gl_vendor;
|
||||
const char* gl_renderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue