aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex Xu <rex.xu@amd.com>2019-05-09 16:43:37 +0800
committerRex Xu <rex.xu@amd.com>2019-05-09 16:43:37 +0800
commit30c51d36e9e65652f1dc4d45bd8cc21b466ef979 (patch)
tree427d399e387922ec152af55e31ab1e01235e4090
parentc4f8f65792d4bf2657ca751904c511bbcf2ac77b (diff)
downloadplatform_external_shaderc_spirv-headers-30c51d36e9e65652f1dc4d45bd8cc21b466ef979.tar.gz
platform_external_shaderc_spirv-headers-30c51d36e9e65652f1dc4d45bd8cc21b466ef979.tar.bz2
platform_external_shaderc_spirv-headers-30c51d36e9e65652f1dc4d45bd8cc21b466ef979.zip
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",