Skip to content

Commit

Permalink
Register LLVM SPIR-V Backend as SPIR-V generator
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpaszkowski committed Mar 12, 2024
1 parent 8b246ff commit 4b79d42
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 @@ -92,7 +92,8 @@
<id value="39" vendor="SirLynix" tool="Nazara ShaderLang Compiler" comment="Contact Jérôme Leclercq, https://github.com/NazaraEngine/ShaderLang"/>
<id value="40" vendor="NVIDIA" tool="Slang Compiler" comment="Contact Theresa Foley, [email protected], https://github.com/shader-slang/slang/"/>
<id value="41" vendor="Zig Software Foundation" tool="Zig Compiler" comment="Contact Robin Voetter, https://github.com/Snektron"/>
<unused start="42" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
<id value="42" vendor="Intel" tool="LLVM SPIR-V Backend" comment="Contact Michal Paszkowski, [email protected], https://github.com/llvm/llvm-project/tree/main/llvm/lib/Target/SPIRV"/>
<unused start="43" 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 4b79d42

Please sign in to comment.