Bug 236933 - [WebGPU] Tracer bullet part 11: Implement shader creation methods
Summary: [WebGPU] Tracer bullet part 11: Implement shader creation methods
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 23:30 PST by Myles C. Maxfield
Modified: 2022-02-21 13:35 PST (History)
3 users (show)

See Also:


Attachments
Patch (22.08 KB, patch)
2022-02-19 23:32 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 23:30:43 PST
This implements Device::createShaderModule() and Device::createComputePipeline(). The async versions (neither the WebGPU nor the Metal flavor) aren't implemented yet; this is just the first basic implementation.
Comment 1 Myles C. Maxfield 2022-02-19 23:32:14 PST
Created attachment 452681 [details]
Patch
Comment 2 Myles C. Maxfield 2022-02-21 13:34:29 PST
Committed r290267 (247592@trunk): <https://commits.webkit.org/247592@trunk>
Comment 3 Radar WebKit Bug Importer 2022-02-21 13:35:20 PST
<rdar://problem/89254032>