Skip to content

Commit

Permalink
[SPIRV] Add generator magic number (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveUrquhart authored Dec 4, 2024
1 parent 36d5e2d commit 3f17b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/spirv/spir-v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
<id value="43" vendor="LLVM" tool="LLVM SPIR-V Backend" comment="Contact Michal Paszkowski, [email protected], https://github.com/llvm/llvm-project/tree/main/llvm/lib/Target/SPIRV"/>
<id value="44" vendor="Robert Konrad" tool="Kongruent" comment="Contact Robert Konrad, https://github.com/Kode/Kongruent"/>
<id value="45" vendor="Kitsunebi Games" tool="Nuvk SPIR-V Emitter and DLSL compiler" comment="Contact Luna Nielsen, [email protected], https://github.com/Inochi2D/nuvk"/>
<unused start="46" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
<id value="46" vendor="Nintendo" comment="Contact Steve Urquhart, [email protected]"/>
<unused start="47" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
</ids>

<!-- SECTION: SPIR-V Opcodes and Enumerants -->
Expand Down

0 comments on commit 3f17b2a

Please sign in to comment.