.
Created attachment 454655 [details] Patch
Created attachment 454656 [details] Patch
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".
Committed r291366 (248498@trunk): <https://commits.webkit.org/248498@trunk>
<rdar://problem/90391949>
Committed r291382 (248513@trunk): <https://commits.webkit.org/248513@trunk>