Skip to content

Commit 24c841d

Browse files
authored
Merge pull request KhronosGroup#263 from DataBeaver/master
Reserve enum range for MSP extensions
2 parents f85647c + c31dbf6 commit 24c841d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/spirv/spir-v.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,14 @@
166166
<ids type="enumerant" start="6144" end="6271" vendor="Intel" comment="Contact [email protected]"/>
167167
<ids type="enumerant" start="6272" end="6399" vendor="Huawei" comment="Contact [email protected]"/>
168168
<ids type="enumerant" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
169+
<ids type="enumerant" start="6464" end="6527" vendor="Mikkosoft Productions" comment="Contact Mikko Rasa, [email protected]"/>
169170
<!-- Enumerants to reserve for future use. To get a block, allocate
170171
multiples of 64 starting at the lowest available point in this
171172
block and add a corresponding <ids> tag immediately above. Make
172173
sure to fill in the vendor attribute, and preferably add a contact
173174
person/address in a comment attribute. -->
174175
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
175-
<ids type="enumerant" start="6464" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
176+
<ids type="enumerant" start="6528" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
176177
<!-- End reservations of enumerants -->
177178

178179

0 commit comments

Comments
 (0)