Skip to content

Commit 98cc580

Browse files
committed
decouple SPV_KHR_shader_clock from the Shader capability
Fixes the SPIR-V grammar file to decouple the SPV_KHR_shader_clock extension from the Shader capability. This coupling was likely from an earlier unpublished version of this extension, and no coupling exists in the published extension specification.
1 parent d13b522 commit 98cc580

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4751,7 +4751,6 @@
47514751
{ "kind" : "IdScope", "name" : "'Scope'" }
47524752
],
47534753
"capabilities" : [ "ShaderClockKHR" ],
4754-
"extensions" : [ "SPV_KHR_shader_clock" ],
47554754
"version" : "None"
47564755
},
47574756
{
@@ -14056,7 +14055,6 @@
1405614055
{
1405714056
"enumerant" : "ShaderClockKHR",
1405814057
"value" : 5055,
14059-
"capabilities" : [ "Shader" ],
1406014058
"extensions" : [ "SPV_KHR_shader_clock" ],
1406114059
"version" : "None"
1406214060
},

0 commit comments

Comments
 (0)