RESOLVED FIXED244078
[WebGL] Allow GCGLSpan to be assigned.
https://bugs.webkit.org/show_bug.cgi?id=244078
Summary [WebGL] Allow GCGLSpan to be assigned.
Dan Glastonbury
Reported 2022-08-18 00:34:34 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-18 00:35:01 PDT
Dan Glastonbury
Comment 2 2022-08-18 00:56:52 PDT
EWS
Comment 3 2022-08-18 15:54:51 PDT
Committed 253574@main (b237a7c11f6f): <https://commits.webkit.org/253574@main> Reviewed commits have been landed. Closing PR #3445 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.