RESOLVED FIXED 244792
[WGSL] Implement parsing for array types and callable array constructors.
https://bugs.webkit.org/show_bug.cgi?id=244792
Summary [WGSL] Implement parsing for array types and callable array constructors.
Dan Glastonbury
Reported 2022-09-04 22:03:50 PDT
Implement the parsing of `array`, `array<f32>` and `array<f32, 3>`, etc including using array in callable expressions, eg. `array<f32,2>(0.0, 1.0)`.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-04 22:04:25 PDT
Dan Glastonbury
Comment 2 2022-09-04 22:37:31 PDT
Dan Glastonbury
Comment 3 2022-09-18 18:18:06 PDT
EWS
Comment 4 2022-09-19 15:49:28 PDT
Committed 254650@main (d22295da2d69): <https://commits.webkit.org/254650@main> Reviewed commits have been landed. Closing PR #4471 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.