Updated Vulkan headers to 1.0.39
This commit is contained in:
parent
5425a096bc
commit
70f7f54276
10 changed files with 560 additions and 58 deletions
14
external/vulkan/spirv.py
vendored
14
external/vulkan/spirv.py
vendored
|
|
@ -42,7 +42,7 @@
|
|||
spv = {
|
||||
'MagicNumber' : 0x07230203,
|
||||
'Version' : 0x00010100,
|
||||
'Revision' : 3,
|
||||
'Revision' : 4,
|
||||
'OpCodeMask' : 0xffff,
|
||||
'WordCountShift' : 16,
|
||||
|
||||
|
|
@ -396,6 +396,14 @@ spv = {
|
|||
'SubgroupLocalInvocationId' : 41,
|
||||
'VertexIndex' : 42,
|
||||
'InstanceIndex' : 43,
|
||||
'SubgroupEqMaskKHR' : 4416,
|
||||
'SubgroupGeMaskKHR' : 4417,
|
||||
'SubgroupGtMaskKHR' : 4418,
|
||||
'SubgroupLeMaskKHR' : 4419,
|
||||
'SubgroupLtMaskKHR' : 4420,
|
||||
'BaseVertex' : 4424,
|
||||
'BaseInstance' : 4425,
|
||||
'DrawIndex' : 4426,
|
||||
},
|
||||
|
||||
'SelectionControlShift' : {
|
||||
|
|
@ -568,6 +576,8 @@ spv = {
|
|||
'SubgroupDispatch' : 58,
|
||||
'NamedBarrier' : 59,
|
||||
'PipeStorage' : 60,
|
||||
'SubgroupBallotKHR' : 4423,
|
||||
'DrawParameters' : 4427,
|
||||
},
|
||||
|
||||
'Op' : {
|
||||
|
|
@ -875,6 +885,8 @@ spv = {
|
|||
'OpNamedBarrierInitialize' : 328,
|
||||
'OpMemoryNamedBarrier' : 329,
|
||||
'OpModuleProcessed' : 330,
|
||||
'OpSubgroupBallotKHR' : 4421,
|
||||
'OpSubgroupFirstInvocationKHR' : 4422,
|
||||
},
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue