diff options
author | Raun Krisch <raun.krisch@gmail.com> | 2022-01-04 22:24:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 22:24:14 -0600 |
commit | b8047fbe45f426f5918fadc67e8408f5b108c3c9 (patch) | |
tree | 18dfbc2f951c981913ab1929737b73a3ffe6af3f | |
parent | eddd4dfc930f1374a70797460240a501c7d333f7 (diff) | |
parent | 9dd7c53c7139967b5f5f636b467122edcda48bb4 (diff) | |
download | SPIRV-Headers-b8047fbe45f426f5918fadc67e8408f5b108c3c9.tar.gz SPIRV-Headers-b8047fbe45f426f5918fadc67e8408f5b108c3c9.tar.bz2 SPIRV-Headers-b8047fbe45f426f5918fadc67e8408f5b108c3c9.zip |
Merge pull request #253 from DragonJoker/add_shader_writer
Add ShaderWriter as SPIR-V generation tool.
-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 eb4452b..5b4f9ce 100644 --- a/include/spirv/spir-v.xml +++ b/include/spirv/spir-v.xml @@ -83,7 +83,8 @@ <id value="30" vendor="SpvGenTwo community" tool="SpvGenTwo SPIR-V IR Tools" comment="https://github.com/rAzoR8/SpvGenTwo"/> <id value="31" vendor="Google" tool="Skia SkSL" comment="Contact Ethan Nicholas, ethannicholas@google.com"/> <id value="32" vendor="TornadoVM" tool="SPIRV Beehive Toolkit" comment="https://github.com/beehive-lab/spirv-beehive-toolkit"/> - <unused start="33" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> + <id value="33" vendor="DragonJoker" tool="ShaderWriter" comment="Contact Sylvain Doremus, https://github.com/DragonJoker/ShaderWriter"/> + <unused start="34" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> </ids> <!-- SECTION: SPIR-V Opcodes and Enumerants --> |