summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_context.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-05-30 02:00:06 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:36 +0200
commit1542f31e7979a7bae465d299774268533a130f9b (patch)
tree18163b9bf88cb7c37582173a8c0c6e7ec053c812 /src/shader_recompiler/backend/glsl/emit_context.h
parentglsl: Fix and implement rest of cbuf access (diff)
downloadyuzu-1542f31e7979a7bae465d299774268533a130f9b.tar
yuzu-1542f31e7979a7bae465d299774268533a130f9b.tar.gz
yuzu-1542f31e7979a7bae465d299774268533a130f9b.tar.bz2
yuzu-1542f31e7979a7bae465d299774268533a130f9b.tar.lz
yuzu-1542f31e7979a7bae465d299774268533a130f9b.tar.xz
yuzu-1542f31e7979a7bae465d299774268533a130f9b.tar.zst
yuzu-1542f31e7979a7bae465d299774268533a130f9b.zip
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_context.h')
-rw-r--r--src/shader_recompiler/backend/glsl/emit_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_context.h b/src/shader_recompiler/backend/glsl/emit_context.h
index c9d629c40..7ae7c8766 100644
--- a/src/shader_recompiler/backend/glsl/emit_context.h
+++ b/src/shader_recompiler/backend/glsl/emit_context.h
@@ -135,6 +135,7 @@ public:
std::vector<u32> image_bindings;
bool uses_y_direction{};
+ bool uses_cc_carry{};
private:
void SetupExtensions(std::string& header);