summaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spirv.cs
diff options
context:
space:
mode:
authoralelenv <40001162+alelenv@users.noreply.github.com>2023-09-20 08:58:52 -0700
committerGitHub <noreply@github.com>2023-09-20 08:58:52 -0700
commitf8a4f5d876e56c9930344041171192f04f244f61 (patch)
treee108543bec5eca6e76bc6444f56f4d89270701ed /include/spirv/unified1/spirv.cs
parentd741b924e102755ee0a62e57a316475e3b2a03da (diff)
downloadSPIRV-Headers-f8a4f5d876e56c9930344041171192f04f244f61.tar.gz
SPIRV-Headers-f8a4f5d876e56c9930344041171192f04f244f61.tar.bz2
SPIRV-Headers-f8a4f5d876e56c9930344041171192f04f244f61.zip
Add headers for SPV_NV_displacement_micromap. (#374)
* Add headers for SPV_NV_displacement_micromap. * Review feedback 1 Co-authored-by: alan-baker <alanbaker@google.com> --------- Co-authored-by: alan-baker <alanbaker@google.com>
Diffstat (limited to 'include/spirv/unified1/spirv.cs')
-rw-r--r--include/spirv/unified1/spirv.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.cs b/include/spirv/unified1/spirv.cs
index ccf020e..345ae5f 100644
--- a/include/spirv/unified1/spirv.cs
+++ b/include/spirv/unified1/spirv.cs
@@ -745,6 +745,8 @@ namespace Spv
HitKindNV = 5333,
CurrentRayTimeNV = 5334,
HitTriangleVertexPositionsKHR = 5335,
+ HitMicroTriangleVertexPositionsNV = 5337,
+ HitMicroTriangleVertexBarycentricsNV = 5344,
IncomingRayFlagsKHR = 5351,
IncomingRayFlagsNV = 5351,
RayGeometryIndexKHR = 5352,
@@ -752,6 +754,8 @@ namespace Spv
SMCountNV = 5375,
WarpIDNV = 5376,
SMIDNV = 5377,
+ HitKindFrontFacingMicroTriangleNV = 5405,
+ HitKindBackFacingMicroTriangleNV = 5406,
CullMaskKHR = 6021,
}
@@ -1126,10 +1130,12 @@ namespace Spv
FragmentShaderPixelInterlockEXT = 5378,
DemoteToHelperInvocation = 5379,
DemoteToHelperInvocationEXT = 5379,
+ DisplacementMicromapNV = 5380,
RayTracingOpacityMicromapEXT = 5381,
ShaderInvocationReorderNV = 5383,
BindlessTextureNV = 5390,
RayQueryPositionFetchKHR = 5391,
+ RayTracingDisplacementMicromapNV = 5409,
SubgroupShuffleINTEL = 5568,
SubgroupBufferBlockIOINTEL = 5569,
SubgroupImageBlockIOINTEL = 5570,
@@ -1812,6 +1818,8 @@ namespace Spv
OpSetMeshOutputsEXT = 5295,
OpGroupNonUniformPartitionNV = 5296,
OpWritePackedPrimitiveIndices4x8NV = 5299,
+ OpFetchMicroTriangleVertexPositionNV = 5300,
+ OpFetchMicroTriangleVertexBarycentricNV = 5301,
OpReportIntersectionKHR = 5334,
OpReportIntersectionNV = 5334,
OpIgnoreIntersectionNV = 5335,