[Webkit-unassigned] [Bug 257947] New: [WebGPU] GPUAutoLayout should have special designation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 11 23:04:29 PDT 2023


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

            Bug ID: 257947
           Summary: [WebGPU] GPUAutoLayout should have special designation
           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: mwyrzykowski at apple.com

[WebGPU] GPUAutoLayout should have special designation

Currently it is created like so:

    m_autoPipelineLayout(createPipelineLayout({ { "autoLayout"_s, }, { } }))

and relies on the fact that the implementation of PipelineLayout::isValid is:

    bool isValid() const { return !m_bindGroupLayouts.isEmpty(); }

however a pipeline layout may have zero bind group layouts. So we need a special designation for auto layout.

-- 
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/20230612/1dd4deb2/attachment.htm>


More information about the webkit-unassigned mailing list