diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_cache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_cache.cpp b/src/video_core/renderer_opengl/gl_shader_cache.cpp index 5ffe28d45..fedbce2f0 100644 --- a/src/video_core/renderer_opengl/gl_shader_cache.cpp +++ b/src/video_core/renderer_opengl/gl_shader_cache.cpp | |||
| @@ -187,6 +187,7 @@ ShaderCache::ShaderCache(RasterizerOpenGL& rasterizer_, Core::Frontend::EmuWindo | |||
| 187 | .support_gl_warp_intrinsics = false, | 187 | .support_gl_warp_intrinsics = false, |
| 188 | .support_gl_variable_aoffi = device.HasVariableAoffi(), | 188 | .support_gl_variable_aoffi = device.HasVariableAoffi(), |
| 189 | .support_gl_sparse_textures = device.HasSparseTexture2(), | 189 | .support_gl_sparse_textures = device.HasSparseTexture2(), |
| 190 | .support_gl_derivative_control = device.HasDerivativeControl(), | ||
| 190 | 191 | ||
| 191 | .warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyLargerThanGuest(), | 192 | .warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyLargerThanGuest(), |
| 192 | 193 | ||