summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_context.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-03-29 20:05:38 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:25 +0200
commit9d7422d967a97fea7888449652ad93da88e92b54 (patch)
tree609f0dd7d03d26cea693807b524f59e9d6092885 /src/shader_recompiler/backend/spirv/emit_context.h
parentshader: Add PointSize attribute (diff)
downloadyuzu-9d7422d967a97fea7888449652ad93da88e92b54.tar
yuzu-9d7422d967a97fea7888449652ad93da88e92b54.tar.gz
yuzu-9d7422d967a97fea7888449652ad93da88e92b54.tar.bz2
yuzu-9d7422d967a97fea7888449652ad93da88e92b54.tar.lz
yuzu-9d7422d967a97fea7888449652ad93da88e92b54.tar.xz
yuzu-9d7422d967a97fea7888449652ad93da88e92b54.tar.zst
yuzu-9d7422d967a97fea7888449652ad93da88e92b54.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/backend/spirv/emit_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/spirv/emit_context.h b/src/shader_recompiler/backend/spirv/emit_context.h
index 97e055db4..071e66c2a 100644
--- a/src/shader_recompiler/backend/spirv/emit_context.h
+++ b/src/shader_recompiler/backend/spirv/emit_context.h
@@ -103,6 +103,8 @@ public:
Id vertex_index{};
Id base_vertex{};
Id front_face{};
+ Id point_coord{};
+
Id fswzadd_lut_a{};
Id fswzadd_lut_b{};