aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/1.0/spirv.py
diff options
context:
space:
mode:
Diffstat (limited to 'include/spirv/1.0/spirv.py')
-rw-r--r--include/spirv/1.0/spirv.py25
1 files changed, 24 insertions, 1 deletions
diff --git a/include/spirv/1.0/spirv.py b/include/spirv/1.0/spirv.py
index c547d37..483096e 100644
--- a/include/spirv/1.0/spirv.py
+++ b/include/spirv/1.0/spirv.py
@@ -42,7 +42,7 @@
spv = {
'MagicNumber' : 0x07230203,
'Version' : 0x00010000,
- 'Revision' : 9,
+ 'Revision' : 10,
'OpCodeMask' : 0xffff,
'WordCountShift' : 16,
@@ -347,6 +347,10 @@ spv = {
'NoContraction' : 42,
'InputAttachmentIndex' : 43,
'Alignment' : 44,
+ 'OverrideCoverageNV' : 5248,
+ 'PassthroughNV' : 5250,
+ 'ViewportRelativeNV' : 5252,
+ 'SecondaryViewportRelativeNV' : 5256,
},
'BuiltIn' : {
@@ -399,6 +403,13 @@ spv = {
'BaseVertex' : 4424,
'BaseInstance' : 4425,
'DrawIndex' : 4426,
+ 'DeviceIndex' : 4438,
+ 'ViewIndex' : 4440,
+ 'ViewportMaskNV' : 5253,
+ 'SecondaryPositionNV' : 5257,
+ 'SecondaryViewportMaskNV' : 5258,
+ 'PositionPerViewNV' : 5261,
+ 'ViewportMaskPerViewNV' : 5262,
},
'SelectionControlShift' : {
@@ -567,6 +578,18 @@ spv = {
'SubgroupBallotKHR' : 4423,
'DrawParameters' : 4427,
'SubgroupVoteKHR' : 4431,
+ 'StorageUniformBufferBlock16' : 4433,
+ 'StorageUniform16' : 4434,
+ 'StoragePushConstant16' : 4435,
+ 'StorageInputOutput16' : 4436,
+ 'DeviceGroup' : 4437,
+ 'MultiView' : 4439,
+ 'SampleMaskOverrideCoverageNV' : 5249,
+ 'GeometryShaderPassthroughNV' : 5251,
+ 'ShaderViewportIndexLayerNV' : 5254,
+ 'ShaderViewportMaskNV' : 5255,
+ 'ShaderStereoViewNV' : 5259,
+ 'PerViewAttributesNV' : 5260,
},
'Op' : {