summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_graphics_pipeline.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2023-01-30 02:26:49 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2023-01-30 02:26:49 +0100
commit01eeda74a65611b833de871a188db30a12f51fa3 (patch)
tree813ecfe619aabc53af9d982835ff3a96ba9ff35c /src/video_core/renderer_opengl/gl_graphics_pipeline.h
parentMerge pull request #9699 from ameerj/texture-pass-desc (diff)
downloadyuzu-01eeda74a65611b833de871a188db30a12f51fa3.tar
yuzu-01eeda74a65611b833de871a188db30a12f51fa3.tar.gz
yuzu-01eeda74a65611b833de871a188db30a12f51fa3.tar.bz2
yuzu-01eeda74a65611b833de871a188db30a12f51fa3.tar.lz
yuzu-01eeda74a65611b833de871a188db30a12f51fa3.tar.xz
yuzu-01eeda74a65611b833de871a188db30a12f51fa3.tar.zst
yuzu-01eeda74a65611b833de871a188db30a12f51fa3.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_opengl/gl_graphics_pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_graphics_pipeline.h b/src/video_core/renderer_opengl/gl_graphics_pipeline.h
index 1c06b3655..7bab3be0a 100644
--- a/src/video_core/renderer_opengl/gl_graphics_pipeline.h
+++ b/src/video_core/renderer_opengl/gl_graphics_pipeline.h
@@ -78,7 +78,7 @@ public:
std::array<std::string, 5> sources,
std::array<std::vector<u32>, 5> sources_spirv,
const std::array<const Shader::Info*, 5>& infos,
- const GraphicsPipelineKey& key_);
+ const GraphicsPipelineKey& key_, bool force_context_flush = false);
void Configure(bool is_indexed) {
configure_func(this, is_indexed);