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
|
|
@ -49,6 +49,7 @@ spv.300layout.vert
|
|||
MemberDecorate 17(Transform) 3 Offset 176
|
||||
Decorate 17(Transform) Block
|
||||
Decorate 19(tblock) DescriptorSet 0
|
||||
Decorate 19(tblock) Binding 0
|
||||
Decorate 44 ArrayStride 16
|
||||
MemberDecorate 45(T3) 0 ColMajor
|
||||
MemberDecorate 45(T3) 0 Offset 0
|
||||
|
|
@ -62,12 +63,14 @@ spv.300layout.vert
|
|||
MemberDecorate 45(T3) 3 Offset 2048
|
||||
Decorate 45(T3) Block
|
||||
Decorate 47 DescriptorSet 0
|
||||
Decorate 47 Binding 0
|
||||
MemberDecorate 78(T2) 0 Offset 0
|
||||
MemberDecorate 78(T2) 1 RowMajor
|
||||
MemberDecorate 78(T2) 1 Offset 16
|
||||
MemberDecorate 78(T2) 1 MatrixStride 16
|
||||
Decorate 78(T2) Block
|
||||
Decorate 80 DescriptorSet 0
|
||||
Decorate 80 Binding 0
|
||||
Decorate 100(c) Location 7
|
||||
Decorate 108(iout) Flat
|
||||
Decorate 120(aiv2) Location 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue