Skip to content

Commit eb25064

Browse files
Dunfan LuAmesingFlank
authored andcommitted
Reserve SPIR-V enums for Meta
1 parent 8e2ad27 commit eb25064

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/spirv/spir-v.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
<id value="35" vendor="Saarland University" tool="Shady" comment="Contact Hugo Devillers [email protected], Repo https://github.com/Hugobros3/shady"/>
8989
<id value="36" vendor="Taichi Graphics" tool="Taichi" comment="Contact Rendong Liang [email protected], Repo https://github.com/taichi-dev/taichi"/>
9090
<id value="37" vendor="heroseh" tool="Hero C Compiler" comment="https://github.com/heroseh/hcc"/>
91-
<unused start="38" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
91+
<id value="38" vendor="Meta" tool="SparkSL" comment="Contact Dunfan Lu, [email protected], https://sparkar.facebook.com/ar-studio/learn/sparksl/sparksl-overview"/>
92+
<unused start="39" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
9293
</ids>
9394

9495
<!-- SECTION: SPIR-V Opcodes and Enumerants -->
@@ -144,6 +145,7 @@
144145
<ids type="opcode" start="6464" end="6527" vendor="N/A" comment="Blank range to keep alignment with non-opcodes"/>
145146
<ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
146147
<ids type="opcode" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/>
148+
<ids type="opcode" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/>
147149
<!-- Opcode enumerants to reserve for future use. To get a block, allocate
148150
multiples of 64 starting at the lowest available point in this
149151
block and add a corresponding <ids> tag immediately above. Make
@@ -176,6 +178,7 @@
176178
<ids type="enumerant" start="6464" end="6527" vendor="Mikkosoft Productions" comment="Contact Mikko Rasa, [email protected]"/>
177179
<ids type="enumerant" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
178180
<ids type="enumerant" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/>
181+
<ids type="enumerant" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/>
179182
<!-- Enumerants to reserve for future use. To get a block, allocate
180183
multiples of 64 starting at the lowest available point in this
181184
block and add a corresponding <ids> tag immediately above. Make

0 commit comments

Comments
 (0)