WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug