Skip to content

Commit 5030265

Browse files
authored
Merge pull request KhronosGroup#315 from bashbaug/fix-SPV_KHR_shader_clock
decouple SPV_KHR_shader_clock from the Shader capability
2 parents 36c7694 + 98cc580 commit 5030265

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
{
@@ -14128,7 +14127,6 @@
1412814127
{
1412914128
"enumerant" : "ShaderClockKHR",
1413014129
"value" : 5055,
14131-
"capabilities" : [ "Shader" ],
1413214130
"extensions" : [ "SPV_KHR_shader_clock" ],
1413314131
"version" : "None"
1413414132
},

0 commit comments

Comments
 (0)