Skip to content

Commit 36c0c15

Browse files
committed
Update spirv.bf, which was missing the latest changes.
1 parent b2a156e commit 36c0c15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/spirv/unified1/spirv.bf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,14 @@ namespace Spv
158158
SignedZeroInfNanPreserve = 4461,
159159
RoundingModeRTE = 4462,
160160
RoundingModeRTZ = 4463,
161+
EarlyAndLateFragmentTestsAMD = 5017,
161162
StencilRefReplacingEXT = 5027,
163+
StencilRefUnchangedFrontAMD = 5079,
164+
StencilRefGreaterFrontAMD = 5080,
165+
StencilRefLessFrontAMD = 5081,
166+
StencilRefUnchangedBackAMD = 5082,
167+
StencilRefGreaterBackAMD = 5083,
168+
StencilRefLessBackAMD = 5084,
162169
OutputLinesNV = 5269,
163170
OutputPrimitivesNV = 5270,
164171
DerivativeGroupQuadsNV = 5289,

0 commit comments

Comments
 (0)