When compiling for Spirv: With: uint4 a[2]; uint b[8] = (uint[8])a; This give the error: fatal error: failed to legalize SPIR-V: Id is 0 All compiling fine with glslc.
When compiling for Spirv:
With:
This give the error:
fatal error: failed to legalize SPIR-V: Id is 0
All compiling fine with glslc.