mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 05:36:36 +00:00
VideoBackends: Add support flag for compute shaders
This commit is contained in:
parent
a8876a29fe
commit
b987f220e1
7 changed files with 7 additions and 0 deletions
|
@ -181,6 +181,7 @@ struct VideoConfig final
|
|||
bool bSupportsPrimitiveRestart;
|
||||
bool bSupportsOversizedViewports;
|
||||
bool bSupportsGeometryShaders;
|
||||
bool bSupportsComputeShaders;
|
||||
bool bSupports3DVision;
|
||||
bool bSupportsEarlyZ; // needed by PixelShaderGen, so must stay in VideoCommon
|
||||
bool bSupportsBindingLayout; // Needed by ShaderGen, so must stay in VideoCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue