diff options
author | Dean Jackson <dino@apple.com> | 2018-11-26 16:35:15 -0800 |
---|---|---|
committer | Dean Jackson <dino@apple.com> | 2018-11-28 09:30:21 -0800 |
commit | e68985745133665f1be856a411b4d005b4f6de82 (patch) | |
tree | 8aa9c5bd0cf5b45c2d68e851ba64bb32a72bd2bd | |
parent | 282879ca34563020dbe73fd8f7d45bed6755626a (diff) | |
download | SPIRV-Headers-e68985745133665f1be856a411b4d005b4f6de82.tar.gz SPIRV-Headers-e68985745133665f1be856a411b4d005b4f6de82.tar.bz2 SPIRV-Headers-e68985745133665f1be856a411b4d005b4f6de82.zip |
Add W3C WebGPU WHLSL tool identifier
-rw-r--r-- | include/spirv/spir-v.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml index b05bfa7..d7e6e48 100644 --- a/include/spirv/spir-v.xml +++ b/include/spirv/spir-v.xml @@ -69,7 +69,8 @@ <id value="17" vendor="Khronos" tool="SPIR-V Tools Linker" comment="Contact David Neto, dneto@google.com"/> <id value="18" vendor="Wine" tool="VKD3D Shader Compiler" comment="Contact wine-devel@winehq.org"/> <id value="19" vendor="Clay" tool="Clay Shader Compiler" comment="Contact info@clayengine.com"/> - <unused start="20" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> + <id value="20" vendor="W3C WebGPU Group" tool="WHLSL Shader Translator" comment="https://github.com/gpuweb/WHLSL"/> + <unused start="21" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> </ids> <!-- SECTION: SPIR-V Opcodes and Enumerants --> |