mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-18 17:28:16 +00:00
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…
x
Reference in New Issue
Block a user