Bug 263963 - WebGL default framebuffer state management should be part of WebGLRenderingContext
Summary: WebGL default framebuffer state management should be part of WebGLRenderingCo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks: 263770
  Show dependency treegraph
 
Reported: 2023-10-31 07:08 PDT by Kimmo Kinnunen
Modified: 2023-11-06 04:18 PST (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 Kimmo Kinnunen 2023-10-31 07:08:17 PDT
WebGL default framebuffer state management should be part of WebGLRenderingContext

WebGLRenderingContextBase contains the drawing buffer state.
There should be a class in WebGL level at WebCore to manage the drawing buffer state, as the framebuffer state is already tracked in WebGLRenderingContextBase level.
Comment 1 Radar WebKit Bug Importer 2023-11-01 03:20:12 PDT
<rdar://problem/117788476>
Comment 2 Kimmo Kinnunen 2023-11-01 03:27:11 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19828
Comment 3 EWS 2023-11-06 04:18:26 PST
Committed 270263@main (f4b3b4be6051): <https://commits.webkit.org/270263@main>

Reviewed commits have been landed. Closing PR #19828 and removing active labels.