[Webkit-unassigned] [Bug 244078] New: [WebGL] Allow GCGLSpan to be assigned.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 00:34:34 PDT 2022


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

            Bug ID: 244078
           Summary: [WebGL] Allow GCGLSpan to be assigned.
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: djg at apple.com
                CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com

Currently GCGLSpan can't be modified after construction. This leads to needing to wrap in a type with interior mutability, such as std::optional<>, if the span needs to be changed. Allowing assignment removes this wart.

-- 
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/20220818/972453e6/attachment.htm>


More information about the webkit-unassigned mailing list