Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaun Krisch <raun.krisch@gmail.com>2021-10-06 18:56:18 +0300
committerGitHub <noreply@github.com>2021-10-06 18:56:18 +0300
commit5ea2d62e8c0ddd9e2a7d0ca5e3f2335e09e5f408 (patch)
tree12ccde77fdbb63c0df819e5a13c0e4ffaed93356
parentae217c17809fadb232ec94b29304b4afcd417bb4 (diff)
parent2c4b1956951df026a2f10a21f0d9961e22c6d4bb (diff)
Merge pull request #242 from egdaniel/patch-3
Register Magic Num for Skia SkSL SPIR-V Generator
-rw-r--r--include/spirv/spir-v.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index 525c97d..c6178e4 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -81,7 +81,8 @@
<id value="28" vendor="gfx-rs community" tool="Naga" comment="https://github.com/gfx-rs/naga"/>
<id value="29" vendor="Mikkosoft Productions" tool="MSP Shader Compiler" comment="Contact Mikko Rasa, tdb@tdb.fi"/>
<id value="30" vendor="SpvGenTwo community" tool="SpvGenTwo SPIR-V IR Tools" comment="https://github.com/rAzoR8/SpvGenTwo"/>
- <unused start="31" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
+ <id value="31" vendor="Google" tool="Skia SkSL" comment="Contact Ethan Nicholas, ethannicholas@google.com"/>
+ <unused start="32" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
</ids>
<!-- SECTION: SPIR-V Opcodes and Enumerants -->