aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2019-05-11 00:40:31 +0700
committerGitHub <noreply@github.com>2019-05-11 00:40:31 +0700
commit30ebd2f19c8d1e604bdeb3cbf9a16adf4c6df325 (patch)
tree427d399e387922ec152af55e31ab1e01235e4090
parentc4f8f65792d4bf2657ca751904c511bbcf2ac77b (diff)
parent30c51d36e9e65652f1dc4d45bd8cc21b466ef979 (diff)
downloadspirv-headers-30ebd2f19c8d1e604bdeb3cbf9a16adf4c6df325.tar.gz
Merge pull request #103 from amdrexu/bugfix
Enable Groups capability by the extension SPV_AMD_shader_ballot
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index b81d29f..db5f589 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -8404,7 +8404,8 @@
},
{
"enumerant" : "Groups",
- "value" : 18
+ "value" : 18,
+ "extensions" : [ "SPV_AMD_shader_ballot" ]
},
{
"enumerant" : "DeviceEnqueue",