diff options
author | Alan Baker <alanbaker@google.com> | 2023-07-06 14:30:58 -0400 |
---|---|---|
committer | Alan Baker <alanbaker@google.com> | 2023-07-06 14:34:40 -0400 |
commit | 7d8a844df3f0bfcaa03e39d594f38810ece10515 (patch) | |
tree | 3d807d0f9716906da1d3a99e1d93fdd4a0495d85 /include/spirv/unified1/spirv.json | |
parent | d0006a3938d7acedffb26ab517fe3e95b5288cc6 (diff) | |
download | SPIRV-Headers-7d8a844df3f0bfcaa03e39d594f38810ece10515.tar.gz SPIRV-Headers-7d8a844df3f0bfcaa03e39d594f38810ece10515.tar.bz2 SPIRV-Headers-7d8a844df3f0bfcaa03e39d594f38810ece10515.zip |
Add WGSL source language
See https://www.w3.org/TR/WGSL/
Diffstat (limited to 'include/spirv/unified1/spirv.json')
-rw-r--r-- | include/spirv/unified1/spirv.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/unified1/spirv.json b/include/spirv/unified1/spirv.json index df8c8b9..23eff59 100644 --- a/include/spirv/unified1/spirv.json +++ b/include/spirv/unified1/spirv.json @@ -77,7 +77,8 @@ "CPP_for_OpenCL": 6, "SYCL": 7, "HERO_C": 8, - "NZSL": 9 + "NZSL": 9, + "WGSL": 10 } }, { |