Prevent duplicate SPIR-V decorations (#3570)
* Update SPIRV-Tools * https://github.com/KhronosGroup/SPIRV-Tools/pull/5641 added validation that caught errors * Modified glslang to prevent duplicate Restrict and Coherent decorations * Modify createConstructor to avoid adding duplicate RelaxedPrecision decorations when generating a scalar
This commit is contained in:
parent
2db79056b4
commit
1e4f53ab2d
10 changed files with 14 additions and 39 deletions
|
|
@ -48,7 +48,6 @@ Validation failed
|
|||
Decorate 44(iCube) NonReadable
|
||||
MemberDecorate 49(Data) 0 Offset 0
|
||||
MemberDecorate 49(Data) 1 Offset 8
|
||||
MemberDecorate 50(Buffer) 0 Coherent
|
||||
MemberDecorate 50(Buffer) 0 Volatile
|
||||
MemberDecorate 50(Buffer) 0 Coherent
|
||||
MemberDecorate 50(Buffer) 0 Offset 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue