Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaun Krisch <raun.krisch@gmail.com>2022-01-05 07:24:14 +0300
committerGitHub <noreply@github.com>2022-01-05 07:24:14 +0300
commitb8047fbe45f426f5918fadc67e8408f5b108c3c9 (patch)
tree18dfbc2f951c981913ab1929737b73a3ffe6af3f
parenteddd4dfc930f1374a70797460240a501c7d333f7 (diff)
parent9dd7c53c7139967b5f5f636b467122edcda48bb4 (diff)
Merge pull request #253 from DragonJoker/add_shader_writertmp-1.2.203
Add ShaderWriter as SPIR-V generation tool.
-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 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 -->