[webkit-changes] [WebKit/WebKit] 72ac84: WebXROpaqueFramebuffer fails to restore textures a...

Kimmo Kinnunen noreply at github.com
Tue Dec 5 14:23:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72ac84bfa36768e5f5331db494bb282ea849d51b
      https://github.com/WebKit/WebKit/commit/72ac84bfa36768e5f5331db494bb282ea849d51b
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
    M Source/WebCore/html/canvas/WebGLUtilities.h

  Log Message:
  -----------
  WebXROpaqueFramebuffer fails to restore textures and framebuffers
https://bugs.webkit.org/show_bug.cgi?id=265855
rdar://119139935

Reviewed by Dean Jackson.

Use correct binding points enums for BindFramebuffer.
Use correct texture for BindTexture.

* Source/WebCore/html/canvas/WebGLUtilities.h:
(WebCore::ScopedWebGLRestoreFramebuffer::~ScopedWebGLRestoreFramebuffer):
(WebCore::ScopedWebGLRestoreTexture::~ScopedWebGLRestoreTexture):

Canonical link: https://commits.webkit.org/271572@main




More information about the webkit-changes mailing list