summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2018-11-23 05:57:49 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2018-11-23 06:14:43 +0100
commitb3853403b7ab2524bb0798ae85bc1c349a8957f6 (patch)
treee3399a12accc3fd8ad69670d747782c1fbe12d3a /src/video_core/engines/shader_bytecode.h
parentMerge pull request #1775 from bunnei/blend-eq (diff)
downloadyuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.tar
yuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.tar.gz
yuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.tar.bz2
yuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.tar.lz
yuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.tar.xz
yuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.tar.zst
yuzu-b3853403b7ab2524bb0798ae85bc1c349a8957f6.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/shader_bytecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index 83a6fd875..c0275afb5 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -82,6 +82,8 @@ union Attribute {
Position = 7,
Attribute_0 = 8,
Attribute_31 = 39,
+ ClipDistances0123 = 44,
+ ClipDistances4567 = 45,
PointCoord = 46,
// This attribute contains a tuple of (~, ~, InstanceId, VertexId) when inside a vertex
// shader, and a tuple of (TessCoord.x, TessCoord.y, TessCoord.z, ~) when inside a Tess Eval