Bug 236889

Summary: [WebGPU] Tracer bullet part 3: Tweak WGSL API
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, rmorisset, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 236879    
Attachments:
Description Flags
Patch dino: review+

Description Myles C. Maxfield 2022-02-19 13:10:02 PST
- Give SuccessfulCheck a move constructor
- Use UniqueRef instead of std::unique_ptr
- Allow specialization constants to be looked up by name
- Model missing pipeline layouts as absent from the HashMap, rather than using an optional type
Comment 1 Myles C. Maxfield 2022-02-19 13:11:32 PST
Created attachment 452652 [details]
Patch
Comment 2 Myles C. Maxfield 2022-02-21 10:57:58 PST
Committed r290253 (?): <https://commits.webkit.org/r290253>
Comment 3 Radar WebKit Bug Importer 2022-02-21 10:58:17 PST
<rdar://problem/89245714>