[Webkit-unassigned] [Bug 199630] New: [WHLSL] Multidimensional arrays have the wrong indexing order
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 9 12:02:40 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199630
Bug ID: 199630
Summary: [WHLSL] Multidimensional arrays have the wrong
indexing order
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mmaxfield at apple.com
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];
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190709/414b9533/attachment.html>
More information about the webkit-unassigned
mailing list