[Webkit-unassigned] [Bug 236891] New: [WebGPU] Tracer bullet part 4: Move Device's construction methods to the files of the things they create

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 19 13:34:32 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236891

            Bug ID: 236891
           Summary: [WebGPU] Tracer bullet part 4: Move Device's
                    construction methods to the files of the things they
                    create
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

Device is kind of a factory object, and has lots of methods which create other objects in the API. To avoid Device.cpp becoming a catch-all place for tons of unrelated creation routines, this patch moves the routine that creates an X into X.mm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220219/574b93e7/attachment.htm>


More information about the webkit-unassigned mailing list