Bug 199630

Summary: [WHLSL] Multidimensional arrays have the wrong indexing order
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 195681    

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.