Updated spirv-headers.
This commit is contained in:
parent
3e2188c27d
commit
962e48febe
@ -157,7 +157,7 @@
|
||||
sure to fill in the vendor attribute, and preferably add a contact
|
||||
person/address in a comment attribute. -->
|
||||
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
|
||||
<ids type="opcode" start="6656" end="65535" comment="Opcode range reservable for future use by vendors"/>
|
||||
<ids type="opcode" start="6720" end="65535" comment="Opcode range reservable for future use by vendors"/>
|
||||
<!-- End reservations of opcodes -->
|
||||
|
||||
|
||||
@ -190,7 +190,7 @@
|
||||
sure to fill in the vendor attribute, and preferably add a contact
|
||||
person/address in a comment attribute. -->
|
||||
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
|
||||
<ids type="enumerant" start="6656" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
|
||||
<ids type="enumerant" start="6720" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
|
||||
<!-- End reservations of enumerants -->
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
enum {
|
||||
NonSemanticVkspReflectionRevision = 1,
|
||||
NonSemanticVkspReflectionRevision = 2,
|
||||
NonSemanticVkspReflectionRevision_BitWidthPadding = 0x7fffffff
|
||||
};
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"revision" : 1,
|
||||
"revision" : 2,
|
||||
"instructions" : [
|
||||
{
|
||||
"opname" : "Configuration",
|
||||
@ -12,7 +12,8 @@
|
||||
{"kind" : "LiteralString", "name" : "EntryPoint" },
|
||||
{"kind" : "LiteralInteger", "name" : "groupCountX" },
|
||||
{"kind" : "LiteralInteger", "name" : "groupCountY" },
|
||||
{"kind" : "LiteralInteger", "name" : "groupCountZ" }
|
||||
{"kind" : "LiteralInteger", "name" : "groupCountZ" },
|
||||
{"kind" : "LiteralInteger", "name" : "dispatchId" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
1773
3rdparty/spirv-headers/include/spirv/unified1/spirv.h
vendored
1773
3rdparty/spirv-headers/include/spirv/unified1/spirv.h
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user