diff options
author | Raun Krisch <raun.krisch@gmail.com> | 2022-05-31 23:12:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 23:12:17 -0500 |
commit | b2a156e1c0434bc8c99aaebba1c7be98be7ac580 (patch) | |
tree | 240db6a555711f568db555b63fe1b074c79089c5 /include/spirv/unified1/spv.d | |
parent | 5a121866927a16ab9d49bed4788b532c7fcea766 (diff) | |
parent | 7b23f23dda358263a21418885dd9a8372f3f9f4b (diff) | |
download | SPIRV-Headers-b2a156e1c0434bc8c99aaebba1c7be98be7ac580.tar.gz SPIRV-Headers-b2a156e1c0434bc8c99aaebba1c7be98be7ac580.tar.bz2 SPIRV-Headers-b2a156e1c0434bc8c99aaebba1c7be98be7ac580.zip |
Merge pull request #281 from ArkadiuszSarwaAMD/SPV_AMD_shader_early_and_late_fragment_testsupstream/sdk-1.3.224.1
Add SPV_AMD_shader_early_and_late_fragment_tests
Diffstat (limited to 'include/spirv/unified1/spv.d')
-rw-r--r-- | include/spirv/unified1/spv.d | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/spirv/unified1/spv.d b/include/spirv/unified1/spv.d index db88b27..3b2db4e 100644 --- a/include/spirv/unified1/spv.d +++ b/include/spirv/unified1/spv.d @@ -160,7 +160,14 @@ enum ExecutionMode : uint 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, |