[Webkit-unassigned] [Bug 246500] New: [WGSL] Add a helper to aid working with vectors of AST nodes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 20:18:47 PDT 2022


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

            Bug ID: 246500
           Summary: [WGSL] Add a helper to aid working with vectors of AST
                    nodes.
           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: djg at apple.com

Introduce an adapter over Vector<UniqueRef<T>> to make working with collections of AST nodes more natural. Iterators of this helper should return T*/T&, not UniqueRef<T>*/UniqueRef<T>&

-- 
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/20221014/dda7c30f/attachment.htm>


More information about the webkit-unassigned mailing list