Bug 199630 - [WHLSL] Multidimensional arrays have the wrong indexing order
Summary: [WHLSL] Multidimensional arrays have the wrong indexing order
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 195681
  Show dependency treegraph
 
Reported: 2019-07-09 12:02 PDT by Myles C. Maxfield
Modified: 2020-05-05 00:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 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];
Comment 1 Myles C. Maxfield 2020-05-05 00:42:51 PDT
WHLSL is no longer relevant.