Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <john@johnkgo.com>2022-06-08 07:54:44 +0300
committerJohn Kessenich <john@johnkgo.com>2022-06-08 07:54:44 +0300
commit36c0c1596225e728bd49abb7ef56a3953e7ed468 (patch)
tree9f534cc820db4ada592f67c52ae35ae63e8bdaed
parentb2a156e1c0434bc8c99aaebba1c7be98be7ac580 (diff)
Update spirv.bf, which was missing the latest changes.
-rw-r--r--include/spirv/unified1/spirv.bf7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.bf b/include/spirv/unified1/spirv.bf
index d2441e2..b559358 100644
--- a/include/spirv/unified1/spirv.bf
+++ b/include/spirv/unified1/spirv.bf
@@ -158,7 +158,14 @@ namespace Spv
SignedZeroInfNanPreserve = 4461,
RoundingModeRTE = 4462,
RoundingModeRTZ = 4463,
+ EarlyAndLateFragmentTestsAMD = 5017,
StencilRefReplacingEXT = 5027,
+ StencilRefUnchangedFrontAMD = 5079,
+ StencilRefGreaterFrontAMD = 5080,
+ StencilRefLessFrontAMD = 5081,
+ StencilRefUnchangedBackAMD = 5082,
+ StencilRefGreaterBackAMD = 5083,
+ StencilRefLessBackAMD = 5084,
OutputLinesNV = 5269,
OutputPrimitivesNV = 5270,
DerivativeGroupQuadsNV = 5289,