RESOLVED FIXED 237869
[WebGPU] Implement queue submission methods according to the spec
https://bugs.webkit.org/show_bug.cgi?id=237869
Summary [WebGPU] Implement queue submission methods according to the spec
Myles C. Maxfield
Reported 2022-03-14 20:01:38 PDT
.
Attachments
Patch (6.43 KB, patch)
2022-03-14 20:13 PDT, Myles C. Maxfield
no flags
Patch (6.50 KB, patch)
2022-03-14 20:14 PDT, Myles C. Maxfield
kkinnunen: review+
Myles C. Maxfield
Comment 1 2022-03-14 20:13:22 PDT
Myles C. Maxfield
Comment 2 2022-03-14 20:14:41 PDT
Kimmo Kinnunen
Comment 3 2022-03-15 06:10:24 PDT
Comment on attachment 454656 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454656&action=review > Source/WebGPU/WebGPU/Queue.h:73 > + using OnSubmittedWorkDoneCallbacks = Vector<WTF::Function<void(WGPUQueueWorkDoneStatus)>>; completion handler aspect comes back also here. so later on, you perhaps should switch the onsubmitted api signature to use completion handler, as the. intention is to express "this function is valid only for one call".
Myles C. Maxfield
Comment 4 2022-03-16 14:20:11 PDT
Radar WebKit Bug Importer
Comment 5 2022-03-16 14:21:17 PDT
Myles C. Maxfield
Comment 6 2022-03-16 19:30:33 PDT
Note You need to log in before you can comment on or make changes to this bug.