Add validation check for arrays of void type. (#1880)
In the definition of an array (https://www.khronos.org/registry/spir-v/specs/1.2/SPIRV.html#Array), it specfically mentions that array elements have non-void type. I've added a check for that in this PR. http://crbug.com/879016
Loading
Please register or sign in to comment