-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPIRV] Add generator magic number (#467)
- Loading branch information
1 parent
36d5e2d
commit 3f17b2a
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|