Bug 238725 - [WebGPU] Implement the concept of device lost
Summary: [WebGPU] Implement the concept of device lost
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: 238724
Blocks: 238727
  Show dependency treegraph
 
Reported: 2022-04-04 00:44 PDT by Myles C. Maxfield
Modified: 2022-04-08 19:15 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.80 KB, patch)
2022-04-04 00:48 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (7.84 KB, patch)
2022-04-04 00:49 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (6.86 KB, patch)
2022-04-04 00:50 PDT, 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-04-04 00:44:24 PDT
.
Comment 1 Myles C. Maxfield 2022-04-04 00:48:04 PDT
Created attachment 456541 [details]
Patch
Comment 2 Myles C. Maxfield 2022-04-04 00:49:17 PDT
Created attachment 456542 [details]
Patch
Comment 3 Myles C. Maxfield 2022-04-04 00:50:13 PDT
Created attachment 456543 [details]
Patch
Comment 4 Myles C. Maxfield 2022-04-08 01:28:22 PDT
Comment on attachment 456543 [details]
Patch

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

> Source/WebGPU/WebGPU/Device.mm:91
> +#endif

I guess I should:

#elseif
UNUSED_VARIABLE(devices);
Comment 5 Myles C. Maxfield 2022-04-08 19:14:34 PDT
Committed r292671 (249464@trunk): <https://commits.webkit.org/249464@trunk>
Comment 6 Radar WebKit Bug Importer 2022-04-08 19:15:17 PDT
<rdar://problem/91512826>