[wgsl-in] Error on non-constant matrix indexing #1910
Labels
area: front-end
Input formats for conversion
kind: bug
Something isn't working
lang: WGSL
WebGPU shading language
Milestone
I believe the specification doesn't prevent expressions (with the correct return types) being used to access matrices. naga seems to reject this, though not for vectors/arrays.
code example:
naga compilation error:
The text was updated successfully, but these errors were encountered: