summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@gmail.com>2017-03-14 09:51:07 -0400
committerLei Zhang <antiagainst@gmail.com>2017-03-14 09:51:07 -0400
commitb649fa0baceacded9e395ae8e923b6d4ab3ec0b6 (patch)
tree06c707eb517553e48ae7c6bcd18ad176d2f07c04
parent2d6ba39368a781edd82eff5df2b6bc614e892329 (diff)
downloadSPIRV-Headers-b649fa0baceacded9e395ae8e923b6d4ab3ec0b6.tar.gz
SPIRV-Headers-b649fa0baceacded9e395ae8e923b6d4ab3ec0b6.tar.bz2
SPIRV-Headers-b649fa0baceacded9e395ae8e923b6d4ab3ec0b6.zip
Reserve SPIR-V generator number 15 for rspirv
Project link: https://github.com/google/rspirv
-rw-r--r--include/spirv/spir-v.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index f7e3083..16901fa 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -64,7 +64,8 @@
<id value="12" vendor="Imagination" comment="Contact James Jones"/>
<id value="13" vendor="Google" tool="Shaderc over Glslang" comment="Contact David Neto, dneto@google.com"/>
<id value="14" vendor="Google" tool="spiregg" comment="Contact Lei Zhang, antiagainst@google.com"/>
- <unused start="15" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
+ <id value="15" vendor="Google" tool="rspirv" comment="Contact Lei Zhang, antiagainst@gmail.com"/>
+ <unused start="16" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
</ids>
<!-- SECTION: SPIR-V Opcodes and Enumerants -->