Bug 244792 - [WGSL] Implement parsing for array types and callable array constructors.
Summary: [WGSL] Implement parsing for array types and callable array constructors.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks: 245061
  Show dependency treegraph
 
Reported: 2022-09-04 22:03 PDT by Dan Glastonbury
Modified: 2022-09-19 15:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Glastonbury 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)`.
Comment 1 Radar WebKit Bug Importer 2022-09-04 22:04:25 PDT
<rdar://problem/99557526>
Comment 2 Dan Glastonbury 2022-09-04 22:37:31 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4017
Comment 3 Dan Glastonbury 2022-09-18 18:18:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4471
Comment 4 EWS 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.