[Webkit-unassigned] [Bug 217725] New: [WebGPU] Centralize Platform Defines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 12:37:58 PDT 2020


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

            Bug ID: 217725
           Summary: [WebGPU] Centralize Platform Defines
           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: don.olmstead at sony.com

On platforms supporting Metal each Platform* definition points to an ObjC construct which is wrapped in a RetainPtr. For Dawn clients more code is required for smart pointers to function properly.

Idea is to include a GPUPlatformTypes.h with all the Platform* and Platform*SmartPtr definitions. Then when Dawn is added it'll just have that file to include which will contain its definitions.

-- 
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/20201014/7abac869/attachment.htm>


More information about the webkit-unassigned mailing list