Skip to content

Commit 5ea2d62

Browse files
authored
Merge pull request KhronosGroup#242 from egdaniel/patch-3
Register Magic Num for Skia SkSL SPIR-V Generator
2 parents ae217c1 + 2c4b195 commit 5ea2d62

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
@@ -81,7 +81,8 @@
8181
<id value="28" vendor="gfx-rs community" tool="Naga" comment="https://github.com/gfx-rs/naga"/>
8282
<id value="29" vendor="Mikkosoft Productions" tool="MSP Shader Compiler" comment="Contact Mikko Rasa, [email protected]"/>
8383
<id value="30" vendor="SpvGenTwo community" tool="SpvGenTwo SPIR-V IR Tools" comment="https://github.com/rAzoR8/SpvGenTwo"/>
84-
<unused start="31" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
84+
<id value="31" vendor="Google" tool="Skia SkSL" comment="Contact Ethan Nicholas, [email protected]"/>
85+
<unused start="32" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
8586
</ids>
8687

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

0 commit comments

Comments
 (0)