WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-09-04 22:04:25 PDT
<
rdar://problem/99557526
>
Dan Glastonbury
Comment 2
2022-09-04 22:37:31 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4017
Dan Glastonbury
Comment 3
2022-09-18 18:18:06 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4471
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.
Top of Page
Format For Printing
XML
Clone This Bug