Bug 236889 - [WebGPU] Tracer bullet part 3: Tweak WGSL API
Summary: [WebGPU] Tracer bullet part 3: Tweak WGSL API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks: 236879
  Show dependency treegraph
 
Reported: 2022-02-19 13:10 PST by Myles C. Maxfield
Modified: 2022-02-21 10:58 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.70 KB, patch)
2022-02-19 13:11 PST, Myles C. Maxfield
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>