Skip to content

Commit

Permalink
fix capability inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Jan 21, 2025
1 parent ffc9827 commit 2d0fce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -10265,7 +10265,7 @@
{ "kind" : "IdRef", "name" : "'Function'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Argument 0', +\n'Argument 1', +\n..." }
],
"capabilities" : [ "IndirectCallsSHADY" ],
"capabilities" : [ "IndirectTailCallsSHADY" ],
"version": "None"
},
{
Expand All @@ -10278,7 +10278,7 @@
{ "kind" : "IdRef", "name" : "'Function'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Argument 0', +\n'Argument 1', +\n..." }
],
"capabilities" : [ "IndirectCallsSHADY" ],
"capabilities" : [ "IndirectTailCallsSHADY" ],
"version": "None"
},
{
Expand Down

0 comments on commit 2d0fce1

Please sign in to comment.