diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/ir_emitter.h | 1 |
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(); |