diff options
author | Jérôme Leclercq <lynix680@gmail.com> | 2023-06-30 17:07:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 17:07:41 +0200 |
commit | abca639b3769bae440fb7d6fb151b7c1719bcd8e (patch) | |
tree | e6bf1288da4842a45f6c2c78afb2f72cebfcb3ec /include | |
parent | 3469b164e25cee24435029a569933cb42578db5d (diff) | |
download | SPIRV-Headers-abca639b3769bae440fb7d6fb151b7c1719bcd8e.tar.gz SPIRV-Headers-abca639b3769bae440fb7d6fb151b7c1719bcd8e.tar.bz2 SPIRV-Headers-abca639b3769bae440fb7d6fb151b7c1719bcd8e.zip |
Add NZSLc as a generator
Diffstat (limited to 'include')
-rw-r--r-- | include/spirv/spir-v.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml index b6cad39..989b996 100644 --- a/include/spirv/spir-v.xml +++ b/include/spirv/spir-v.xml @@ -89,7 +89,8 @@ <id value="36" vendor="Taichi Graphics" tool="Taichi" comment="Contact Rendong Liang rendongliang@taichi.graphics, Repo https://github.com/taichi-dev/taichi"/> <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, dunfanlu@meta.com, https://sparkar.facebook.com/ar-studio/learn/sparksl/sparksl-overview"/> - <unused start="39" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> + <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"/> </ids> <!-- SECTION: SPIR-V Opcodes and Enumerants --> |