Bug 239043 - [WebGPU] Hook up device.queue to the IDL
Summary: [WebGPU] Hook up device.queue to the IDL
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: 239050
Blocks:
  Show dependency treegraph
 
Reported: 2022-04-10 00:28 PDT by Myles C. Maxfield
Modified: 2022-04-11 17:05 PDT (History)
8 users (show)

See Also:


Attachments
Patch (21.02 KB, patch)
2022-04-10 00:31 PDT, Myles C. Maxfield
kkinnunen: review+
ews-feeder: commit-queue-
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-04-10 00:28:03 PDT
.
Comment 1 Myles C. Maxfield 2022-04-10 00:31:59 PDT
Created attachment 457193 [details]
Patch
Comment 2 Kimmo Kinnunen 2022-04-11 00:04:47 PDT
Comment on attachment 457193 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=457193&action=review

> Source/WebCore/Modules/WebGPU/GPUDevice.idl:38
> +    [SameObject] readonly attribute GPUQueue queue;

Is this patch missing the WGPU API part?
Comment 3 Myles C. Maxfield 2022-04-11 16:22:20 PDT
Comment on attachment 457193 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=457193&action=review

>> Source/WebCore/Modules/WebGPU/GPUDevice.idl:38
>> +    [SameObject] readonly attribute GPUQueue queue;
> 
> Is this patch missing the WGPU API part?

That part already exists! \o/
Comment 4 Myles C. Maxfield 2022-04-11 17:04:44 PDT
Committed r292741 (249525@trunk): <https://commits.webkit.org/249525@trunk>
Comment 5 Radar WebKit Bug Importer 2022-04-11 17:05:15 PDT
<rdar://problem/91597189>