Don't emit duplicate decorations. (#3635)
It is invalid if the same decoration is applied to the same id multiple times. This adds a check before adding a decoration that the decoration is not already in the list. If it is, then the duplicate is not added. Fixes #3627
This commit is contained in:
parent
7c40de7aa2
commit
33c7e30860
575 changed files with 3482 additions and 3414 deletions
|
|
@ -111,21 +111,21 @@ spv.float32.frag
|
|||
MemberDecorate 528(S) 1 Offset 8
|
||||
MemberDecorate 528(S) 2 Offset 16
|
||||
Decorate 529 ArrayStride 32
|
||||
Decorate 530(B1) Block
|
||||
MemberDecorate 530(B1) 0 Offset 0
|
||||
MemberDecorate 530(B1) 1 Offset 8
|
||||
MemberDecorate 530(B1) 2 Offset 16
|
||||
MemberDecorate 530(B1) 3 Offset 32
|
||||
MemberDecorate 530(B1) 4 ColMajor
|
||||
MemberDecorate 530(B1) 4 Offset 64
|
||||
MemberDecorate 530(B1) 4 MatrixStride 16
|
||||
MemberDecorate 530(B1) 4 Offset 64
|
||||
MemberDecorate 530(B1) 5 ColMajor
|
||||
MemberDecorate 530(B1) 5 Offset 96
|
||||
MemberDecorate 530(B1) 5 MatrixStride 16
|
||||
MemberDecorate 530(B1) 5 Offset 96
|
||||
MemberDecorate 530(B1) 6 Offset 160
|
||||
MemberDecorate 530(B1) 7 Offset 192
|
||||
Decorate 530(B1) Block
|
||||
Decorate 532 DescriptorSet 0
|
||||
Decorate 532 Binding 0
|
||||
Decorate 532 DescriptorSet 0
|
||||
Decorate 533(sf16) SpecId 100
|
||||
Decorate 534(sf) SpecId 101
|
||||
Decorate 535(sd) SpecId 102
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue