Update to newer SPIRV-Tools, including VK_EXT_scalar_block_layout
Validator has more refined messages about what kind of block layout rules have been applied.
This commit is contained in:
parent
1a5e3a9ba6
commit
2d1739d57a
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ gl_FragCoord origin is upper left
|
|||
0:? 'input' ( in 4-component vector of float FragCoord)
|
||||
|
||||
error: SPIRV-Tools Validation Errors
|
||||
error: Structure id 50 decorated as BufferBlock for variable in Uniform storage class must follow standard storage buffer layout rules: member 7 at offset 128 overlaps previous member ending at offset 171
|
||||
error: Structure id 50 decorated as BufferBlock for variable in Uniform storage class must follow relaxed storage buffer layout rules: member 7 at offset 128 overlaps previous member ending at offset 171
|
||||
%tbufName = OpTypeStruct %v4float %int %float %float %float %float %float %float %mat3v4float %mat3v4float %mat3v4float %mat3v4float
|
||||
|
||||
// Module Version 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue