summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/spirv/emit_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/backend/spirv/emit_context.h')
-rw-r--r--src/shader_recompiler/backend/spirv/emit_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/spirv/emit_context.h b/src/shader_recompiler/backend/spirv/emit_context.h
index b27e5540c..1f0d8be77 100644
--- a/src/shader_recompiler/backend/spirv/emit_context.h
+++ b/src/shader_recompiler/backend/spirv/emit_context.h
@@ -157,6 +157,7 @@ public:
157 Id front_face{}; 157 Id front_face{};
158 Id point_coord{}; 158 Id point_coord{};
159 Id clip_distances{}; 159 Id clip_distances{};
160 Id layer{};
160 Id viewport_index{}; 161 Id viewport_index{};
161 162
162 Id fswzadd_lut_a{}; 163 Id fswzadd_lut_a{};