Bug 244792
Summary: | [WGSL] Implement parsing for array types and callable array constructors. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
Component: | WebGPU | Assignee: | Dan Glastonbury <djg> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | mmaxfield, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 245061 |
Dan Glastonbury
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
<rdar://problem/99557526>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/4017
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/4471
EWS
Committed 254650@main (d22295da2d69): <https://commits.webkit.org/254650@main>
Reviewed commits have been landed. Closing PR #4471 and removing active labels.