Update to newest SPIRV-Tools. It checks the Vulkan rule that all resources must have a set and binding decoration, which many tests fail. So add code to set a default value of zero. Also disable PCH for Ninja builds.
This commit is contained in:
parent
00054da5e6
commit
0a93cfbb79
234 changed files with 1259 additions and 15 deletions
|
|
@ -197,17 +197,21 @@ Validation failed
|
|||
MemberDecorate 24(cbufName2) 0 Offset 0
|
||||
Decorate 24(cbufName2) Block
|
||||
Decorate 26 DescriptorSet 0
|
||||
Decorate 26 Binding 0
|
||||
MemberDecorate 31(buf1) 0 Offset 0
|
||||
Decorate 31(buf1) Block
|
||||
Decorate 33 DescriptorSet 0
|
||||
Decorate 33 Binding 0
|
||||
MemberDecorate 37(buf2) 0 NonWritable
|
||||
MemberDecorate 37(buf2) 0 Offset 0
|
||||
Decorate 37(buf2) BufferBlock
|
||||
Decorate 39 DescriptorSet 0
|
||||
Decorate 39 Binding 0
|
||||
MemberDecorate 43(cbufName) 0 Offset 0
|
||||
MemberDecorate 43(cbufName) 1 Offset 20
|
||||
Decorate 43(cbufName) Block
|
||||
Decorate 45 DescriptorSet 0
|
||||
Decorate 45 Binding 0
|
||||
MemberDecorate 50(tbufName) 0 NonWritable
|
||||
MemberDecorate 50(tbufName) 0 Offset 16
|
||||
MemberDecorate 50(tbufName) 1 NonWritable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue