summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_cache.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-15 18:05:01 +0100
committerGitHub <noreply@github.com>2022-12-15 18:05:01 +0100
commit3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6 (patch)
tree0d014da28cf6a8a1045cd2a7d7df8301522ea47c /src/video_core/renderer_opengl/gl_shader_cache.h
parentMerge pull request #9441 from yuzu-emu/revert-9232-audio-default-thread (diff)
parentgl_device: Use a more robust way to use strict context mode (diff)
downloadyuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.tar
yuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.tar.gz
yuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.tar.bz2
yuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.tar.lz
yuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.tar.xz
yuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.tar.zst
yuzu-3ff7a5de1a54c9f478b23de1a0bd6c6188ea80a6.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_cache.h')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_cache.h b/src/video_core/renderer_opengl/gl_shader_cache.h
index 53ffea904..f82420592 100644
--- a/src/video_core/renderer_opengl/gl_shader_cache.h
+++ b/src/video_core/renderer_opengl/gl_shader_cache.h
@@ -69,6 +69,7 @@ private:
StateTracker& state_tracker;
VideoCore::ShaderNotify& shader_notify;
const bool use_asynchronous_shaders;
+ const bool strict_context_required;
GraphicsPipelineKey graphics_key{};
GraphicsPipeline* current_pipeline{};