Bug 244078 - [WebGL] Allow GCGLSpan to be assigned.
Summary: [WebGL] Allow GCGLSpan to be assigned.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: Other
Hardware: All All
: P5 Enhancement
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-18 00:34 PDT by Dan Glastonbury
Modified: 2022-08-18 15:54 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Glastonbury 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.
Comment 1 Radar WebKit Bug Importer 2022-08-18 00:35:01 PDT
<rdar://problem/98818853>
Comment 2 Dan Glastonbury 2022-08-18 00:56:52 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3445
Comment 3 EWS 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.