RESOLVED WONTFIX 199630
[WHLSL] Multidimensional arrays have the wrong indexing order
https://bugs.webkit.org/show_bug.cgi?id=199630
Summary [WHLSL] Multidimensional arrays have the wrong indexing order
Myles C. Maxfield
Reported 2019-07-09 12:02:40 PDT
If you have float[2][3] array; you should be able to say float[3] array = array[0]; but not float[2] array = array[0];
Attachments
Myles C. Maxfield
Comment 1 2020-05-05 00:42:51 PDT
WHLSL is no longer relevant.
Note You need to log in before you can comment on or make changes to this bug.