Bug 260955

Summary: WebGLFramebuffer uses renderbuffer and texture attachments via WebGLObject
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebGLAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, kbr, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Kimmo Kinnunen
Reported 2023-08-31 01:32:32 PDT
WebGLFramebuffer uses renderbuffer and texture attachments via WebGLObject - Forces the code to be less safe than needed - Gets in the way of not having renderbuffers and textures share a common base class - Needs "isRenderbuffer(), isTexture()" disambiguation in base class
Attachments
Radar WebKit Bug Importer
Comment 1 2023-08-31 01:32:58 PDT
Kimmo Kinnunen
Comment 2 2023-08-31 01:48:23 PDT
EWS
Comment 3 2023-08-31 17:50:11 PDT
Committed 267535@main (0dcc7a680e6c): <https://commits.webkit.org/267535@main> Reviewed commits have been landed. Closing PR #17282 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.