Merge pull request #606 from antiagainst/fix-builtin-typo

Fix BuiltIn decoration typo
This commit is contained in:
Jon Leech 2017-11-23 02:00:51 -08:00 committed by GitHub
commit 82244fb2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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