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
|
|
@ -209,8 +209,9 @@ using depth_any
|
|||
Name 67 "@entryPointOutput.Color"
|
||||
Name 71 "@entryPointOutput.Depth"
|
||||
Name 74 "g_tTexbfs_test"
|
||||
Decorate 16(g_tTexbfs) DescriptorSet 0
|
||||
Decorate 16(g_tTexbfs) Binding 1
|
||||
Decorate 16(g_tTexbfs) DescriptorSet 0
|
||||
Decorate 22($Global) Block
|
||||
MemberDecorate 22($Global) 0 Offset 0
|
||||
MemberDecorate 22($Global) 1 Offset 8
|
||||
MemberDecorate 22($Global) 2 Offset 16
|
||||
|
|
@ -219,17 +220,16 @@ using depth_any
|
|||
MemberDecorate 22($Global) 5 Offset 56
|
||||
MemberDecorate 22($Global) 6 Offset 64
|
||||
MemberDecorate 22($Global) 7 Offset 80
|
||||
Decorate 22($Global) Block
|
||||
Decorate 24 DescriptorSet 0
|
||||
Decorate 24 Binding 4
|
||||
Decorate 35(g_tTexbis) DescriptorSet 0
|
||||
Decorate 24 DescriptorSet 0
|
||||
Decorate 35(g_tTexbis) Binding 2
|
||||
Decorate 46(g_tTexbus) DescriptorSet 0
|
||||
Decorate 35(g_tTexbis) DescriptorSet 0
|
||||
Decorate 46(g_tTexbus) Binding 3
|
||||
Decorate 46(g_tTexbus) DescriptorSet 0
|
||||
Decorate 67(@entryPointOutput.Color) Location 0
|
||||
Decorate 71(@entryPointOutput.Depth) BuiltIn FragDepth
|
||||
Decorate 74(g_tTexbfs_test) DescriptorSet 0
|
||||
Decorate 74(g_tTexbfs_test) Binding 0
|
||||
Decorate 74(g_tTexbfs_test) DescriptorSet 0
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
6: TypeFloat 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue