Skip to content

Commit b8047fb

Browse files
authored
Merge pull request KhronosGroup#253 from DragonJoker/add_shader_writer
Add ShaderWriter as SPIR-V generation tool.
2 parents eddd4df + 9dd7c53 commit b8047fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/spirv/spir-v.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
<id value="30" vendor="SpvGenTwo community" tool="SpvGenTwo SPIR-V IR Tools" comment="https://github.com/rAzoR8/SpvGenTwo"/>
8484
<id value="31" vendor="Google" tool="Skia SkSL" comment="Contact Ethan Nicholas, [email protected]"/>
8585
<id value="32" vendor="TornadoVM" tool="SPIRV Beehive Toolkit" comment="https://github.com/beehive-lab/spirv-beehive-toolkit"/>
86-
<unused start="33" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
86+
<id value="33" vendor="DragonJoker" tool="ShaderWriter" comment="Contact Sylvain Doremus, https://github.com/DragonJoker/ShaderWriter"/>
87+
<unused start="34" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
8788
</ids>
8889

8990
<!-- SECTION: SPIR-V Opcodes and Enumerants -->

0 commit comments

Comments
 (0)