mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VideoConfig: add bSupportsFragmentStoresAndAtomics
This commit is contained in:
parent
8e6d256722
commit
de940a5fd6
9 changed files with 19 additions and 7 deletions
|
@ -618,7 +618,7 @@ void ProgramShaderCache::CreateHeader()
|
|||
"#define SAMPLER_BINDING(x)\n",
|
||||
// Input/output blocks are matched by name during program linking
|
||||
"#define VARYING_LOCATION(x)\n",
|
||||
!is_glsles && g_ActiveConfig.backend_info.bSupportsBBox ?
|
||||
!is_glsles && g_ActiveConfig.backend_info.bSupportsFragmentStoresAndAtomics ?
|
||||
"#extension GL_ARB_shader_storage_buffer_object : enable" :
|
||||
"",
|
||||
v < GLSL_400 && g_ActiveConfig.backend_info.bSupportsGSInstancing ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue