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
|
|
@ -1,5 +1,4 @@
|
|||
spv.float32.frag
|
||||
Validation failed
|
||||
// Module Version 10300
|
||||
// Generated by (magic number): 80007
|
||||
// Id's are bound by 533
|
||||
|
|
@ -125,6 +124,7 @@ Validation failed
|
|||
MemberDecorate 522(B1) 7 Offset 192
|
||||
Decorate 522(B1) Block
|
||||
Decorate 524 DescriptorSet 0
|
||||
Decorate 524 Binding 0
|
||||
Decorate 525(sf16) SpecId 100
|
||||
Decorate 526(sf) SpecId 101
|
||||
Decorate 527(sd) SpecId 102
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue