Bug 244792

Summary: [WGSL] Implement parsing for array types and callable array constructors.
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebGPUAssignee: 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    

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.