summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/ir_emitter.h
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-05-23 04:28:34 -0300
committerGravatar ameerj2021-07-22 21:51:30 -0400
commitd621e96d0de212cc16897eadf71e8a1b2e1eb5dc (patch)
tree8695f2f4dddf2564b63e4574d6616ccb0e79568c /src/shader_recompiler/frontend/ir/ir_emitter.h
parentspirv: Be aware of NAN unaware drivers (diff)
downloadyuzu-d621e96d0de212cc16897eadf71e8a1b2e1eb5dc.tar.gz
yuzu-d621e96d0de212cc16897eadf71e8a1b2e1eb5dc.tar.xz
yuzu-d621e96d0de212cc16897eadf71e8a1b2e1eb5dc.zip
shader: Initial OpenGL implementation
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.h')
-rw-r--r--src/shader_recompiler/frontend/ir/ir_emitter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.h b/src/shader_recompiler/frontend/ir/ir_emitter.h
index 4441c495d..a12919283 100644
--- a/src/shader_recompiler/frontend/ir/ir_emitter.h
+++ b/src/shader_recompiler/frontend/ir/ir_emitter.h
@@ -95,6 +95,7 @@ public:
95 [[nodiscard]] U32 WorkgroupIdY(); 95 [[nodiscard]] U32 WorkgroupIdY();
96 [[nodiscard]] U32 WorkgroupIdZ(); 96 [[nodiscard]] U32 WorkgroupIdZ();
97 97
98 [[nodiscard]] Value LocalInvocationId();
98 [[nodiscard]] U32 LocalInvocationIdX(); 99 [[nodiscard]] U32 LocalInvocationIdX();
99 [[nodiscard]] U32 LocalInvocationIdY(); 100 [[nodiscard]] U32 LocalInvocationIdY();
100 [[nodiscard]] U32 LocalInvocationIdZ(); 101 [[nodiscard]] U32 LocalInvocationIdZ();