If you have a float2x4 (for example) then the first subscript index should match the first dimension and the second subscript index should match the second dimension. Likewise, if you have an array declared as float[5][4] x, then you should be able to access element x[4][3] (but not x[3][4]).
Created attachment 348543 [details] WIP
Created attachment 348549 [details] Patch
Created attachment 348550 [details] Patch
Comment on attachment 348550 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=348550&action=review > Tools/WebGPUShadingLanguageRI/Test.js:5591 > +let testExclusionFilter = /^disabled_/; I prefer DISABLED_
Created attachment 348555 [details] Patch
Comment on attachment 348555 [details] Patch Clearing flags on attachment: 348555 Committed r235525: <https://trac.webkit.org/changeset/235525>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43941946>
Migrated to https://github.com/gpuweb/WHLSL/issues/72