Skip to content

Commit

Permalink
Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-lunarg authored Nov 8, 2023
1 parent 88bc5e3 commit 38f39da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -15213,7 +15213,7 @@
{
"enumerant" : "WorkgroupMemoryExplicitLayout16BitAccessKHR",
"value" : 4430,
"capabilities" : [ "Shader" ],
"capabilities" : [ "WorkgroupMemoryExplicitLayoutKHR" ],
"extensions" : [ "SPV_KHR_workgroup_memory_explicit_layout" ],
"version" : "None"
},
Expand Down

0 comments on commit 38f39da

Please sign in to comment.