mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
VideoConfig: Add a field for indicating logic op support in the backend
This commit is contained in:
parent
3d44dc3981
commit
640bfb8135
10 changed files with 16 additions and 1 deletions
|
@ -201,6 +201,7 @@ struct VideoConfig final
|
|||
bool bSupportsFragmentStoresAndAtomics; // a.k.a. OpenGL SSBOs a.k.a. Direct3D UAVs
|
||||
bool bSupportsDepthClamp; // Needed by VertexShaderGen, so must stay in VideoCommon
|
||||
bool bSupportsReversedDepthRange;
|
||||
bool bSupportsLogicOp;
|
||||
bool bSupportsMultithreading;
|
||||
bool bSupportsGPUTextureDecoding;
|
||||
bool bSupportsST3CTextures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue