RESOLVED FIXED 236902
[WebGPU] Tracer bullet part 8: Basic implementation of device creation routines
https://bugs.webkit.org/show_bug.cgi?id=236902
Summary [WebGPU] Tracer bullet part 8: Basic implementation of device creation routines
Myles C. Maxfield
Reported 2022-02-19 20:32:54 PST
This is a basic implementation of the Instance, Adapter, and Device methods. Device limits are not implemented yet, so for now we claim every limits is 0.
Attachments
Patch (11.65 KB, patch)
2022-02-19 20:34 PST, Myles C. Maxfield
dino: review+
Myles C. Maxfield
Comment 1 2022-02-19 20:34:33 PST
Dean Jackson
Comment 2 2022-02-21 09:29:41 PST
Comment on attachment 452668 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=452668&action=review > Source/WebGPU/ChangeLog:9 > + implemented yet, so for now we claim every limits is 0. typo: limits > Source/WebGPU/WebGPU/Adapter.mm:63 > + properties->driverDescription = ""; Not emptyString()?
Myles C. Maxfield
Comment 3 2022-02-21 12:49:11 PST
Radar WebKit Bug Importer
Comment 4 2022-02-21 12:50:22 PST
Note You need to log in before you can comment on or make changes to this bug.