-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register Slang Compiler for SPIR-V (#382)
* Register Slang Compiler for SPIR-V * Added link to slang compiler repo
- Loading branch information
1 parent
79743b8
commit f62c82d
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 |
---|---|---|
|
@@ -90,7 +90,8 @@ | |
<id value="37" vendor="heroseh" tool="Hero C Compiler" comment="https://github.com/heroseh/hcc"/> | ||
<id value="38" vendor="Meta" tool="SparkSL" comment="Contact Dunfan Lu, [email protected], https://sparkar.facebook.com/ar-studio/learn/sparksl/sparksl-overview"/> | ||
<id value="39" vendor="SirLynix" tool="Nazara ShaderLang Compiler" comment="Contact Jérôme Leclercq, https://github.com/NazaraEngine/ShaderLang"/> | ||
<unused start="40" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> | ||
<id value="40" vendor="NVIDIA" tool="Slang Compiler" comment="Contact Theresa Foley, [email protected], https://github.com/shader-slang/slang/"/> | ||
<unused start="41" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> | ||
</ids> | ||
|
||
<!-- SECTION: SPIR-V Opcodes and Enumerants --> | ||
|