Merge pull request #606 from antiagainst/fix-builtin-typo
Fix BuiltIn decoration typo
This commit is contained in:
commit
82244fb2e8
|
@ -66,8 +66,8 @@ code:OpDecorate instruction.
|
|||
...
|
||||
OpName %9 "variableName"
|
||||
OpName %15 "variableNameArray"
|
||||
OpDecorate %18 Builtin VertexIndex
|
||||
OpDecorate %19 Builtin InstanceIndex
|
||||
OpDecorate %18 BuiltIn VertexIndex
|
||||
OpDecorate %19 BuiltIn InstanceIndex
|
||||
OpDecorate %9 Location M
|
||||
OpDecorate %9 Component 2
|
||||
OpDecorate %15 Location N
|
||||
|
|
Loading…
Reference in New Issue