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
|
|
@ -38,7 +38,6 @@ spv.bufferhandle13.frag
|
|||
Decorate 10(y) Aliased
|
||||
Decorate 15(y) DecorationAliasedPointerEXT
|
||||
Decorate 18(y) Restrict
|
||||
Decorate 18(y) Restrict
|
||||
Decorate 21(y) Restrict
|
||||
Decorate 21(y) DecorationRestrictPointerEXT
|
||||
Decorate 34(a) DecorationAliasedPointerEXT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue