summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_context.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-04-16 06:55:06 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:27 +0200
commitb0f1255c8cb800e9f336be66b3f16c3d958673d2 (patch)
treed5c63390c37b32b8ef188b6ce2db9111a9585661 /src/shader_recompiler/backend/spirv/emit_context.h
parentshader: Implement tessellation shaders, polygon mode and invocation id (diff)
downloadyuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.tar
yuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.tar.gz
yuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.tar.bz2
yuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.tar.lz
yuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.tar.xz
yuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.tar.zst
yuzu-b0f1255c8cb800e9f336be66b3f16c3d958673d2.zip
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 ba0a253b3..c7d6f8a38 100644
--- a/src/shader_recompiler/backend/spirv/emit_context.h
+++ b/src/shader_recompiler/backend/spirv/emit_context.h
@@ -167,6 +167,7 @@ public:
Id clip_distances{};
Id layer{};
Id viewport_index{};
+ Id primitive_id{};
Id fswzadd_lut_a{};
Id fswzadd_lut_b{};