Updated Vulkan headers to 1.0.46
This commit is contained in:
parent
e672eac3a0
commit
8d06cc563a
10 changed files with 728 additions and 322 deletions
40
external/vulkan/spirv.json
vendored
40
external/vulkan/spirv.json
vendored
|
|
@ -6,7 +6,7 @@
|
|||
"Comment":
|
||||
[
|
||||
[
|
||||
"Copyright (c) 2014-2016 The Khronos Group Inc.",
|
||||
"Copyright (c) 2014-2017 The Khronos Group Inc.",
|
||||
"",
|
||||
"Permission is hereby granted, free of charge, to any person obtaining a copy",
|
||||
"of this software and/or associated documentation files (the \"Materials\"),",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
],
|
||||
"MagicNumber": 119734787,
|
||||
"Version": 65792,
|
||||
"Revision": 4,
|
||||
"Revision": 6,
|
||||
"OpCodeMask": 65535,
|
||||
"WordCountShift": 16
|
||||
},
|
||||
|
|
@ -418,7 +418,11 @@
|
|||
"NoContraction": 42,
|
||||
"InputAttachmentIndex": 43,
|
||||
"Alignment": 44,
|
||||
"MaxByteOffset": 45
|
||||
"MaxByteOffset": 45,
|
||||
"OverrideCoverageNV": 5248,
|
||||
"PassthroughNV": 5250,
|
||||
"ViewportRelativeNV": 5252,
|
||||
"SecondaryViewportRelativeNV": 5256
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -474,7 +478,14 @@
|
|||
"SubgroupLtMaskKHR": 4420,
|
||||
"BaseVertex": 4424,
|
||||
"BaseInstance": 4425,
|
||||
"DrawIndex": 4426
|
||||
"DrawIndex": 4426,
|
||||
"DeviceIndex": 4438,
|
||||
"ViewIndex": 4440,
|
||||
"ViewportMaskNV": 5253,
|
||||
"SecondaryPositionNV": 5257,
|
||||
"SecondaryViewportMaskNV": 5258,
|
||||
"PositionPerViewNV": 5261,
|
||||
"ViewportMaskPerViewNV": 5262
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -640,7 +651,20 @@
|
|||
"NamedBarrier": 59,
|
||||
"PipeStorage": 60,
|
||||
"SubgroupBallotKHR": 4423,
|
||||
"DrawParameters": 4427
|
||||
"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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -953,7 +977,11 @@
|
|||
"OpMemoryNamedBarrier": 329,
|
||||
"OpModuleProcessed": 330,
|
||||
"OpSubgroupBallotKHR": 4421,
|
||||
"OpSubgroupFirstInvocationKHR": 4422
|
||||
"OpSubgroupFirstInvocationKHR": 4422,
|
||||
"OpSubgroupAllKHR": 4428,
|
||||
"OpSubgroupAnyKHR": 4429,
|
||||
"OpSubgroupAllEqualKHR": 4430,
|
||||
"OpSubgroupReadInvocationKHR": 4432
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue