From: Rex Xu Date: Thu, 9 May 2019 08:43:37 +0000 (+0800) Subject: Enable Groups capability by the extension SPV_AMD_shader_ballot X-Git-Tag: upstream/1.5.4~87^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30c51d36e9e65652f1dc4d45bd8cc21b466ef979;p=platform%2Fupstream%2FSPIRV-Headers.git Enable Groups capability by the extension SPV_AMD_shader_ballot --- 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",