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
|
|
@ -24,18 +24,21 @@ spv.precisionNonESSamp.frag
|
|||
Decorate 9(color) Location 0
|
||||
Decorate 13(s) RelaxedPrecision
|
||||
Decorate 13(s) DescriptorSet 0
|
||||
Decorate 13(s) Binding 0
|
||||
Decorate 14 RelaxedPrecision
|
||||
Decorate 17(v2) RelaxedPrecision
|
||||
Decorate 17(v2) Location 0
|
||||
Decorate 18 RelaxedPrecision
|
||||
Decorate 19 RelaxedPrecision
|
||||
Decorate 23(t) DescriptorSet 0
|
||||
Decorate 23(t) Binding 0
|
||||
Decorate 27(v3) RelaxedPrecision
|
||||
Decorate 27(v3) Location 1
|
||||
Decorate 28 RelaxedPrecision
|
||||
Decorate 31(vi1) RelaxedPrecision
|
||||
Decorate 34(i1) RelaxedPrecision
|
||||
Decorate 34(i1) DescriptorSet 0
|
||||
Decorate 34(i1) Binding 0
|
||||
Decorate 35 RelaxedPrecision
|
||||
Decorate 39(iv2) RelaxedPrecision
|
||||
Decorate 39(iv2) Flat
|
||||
|
|
@ -44,6 +47,7 @@ spv.precisionNonESSamp.frag
|
|||
Decorate 41 RelaxedPrecision
|
||||
Decorate 42(vi2) RelaxedPrecision
|
||||
Decorate 43(i2) DescriptorSet 0
|
||||
Decorate 43(i2) Binding 0
|
||||
Decorate 45 RelaxedPrecision
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue