Bug 258612 - [WebXR] Attach compositor images via renderbuffer
Summary: [WebXR] Attach compositor images via renderbuffer
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebXR (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-28 00:23 PDT by Dan Glastonbury
Modified: 2023-06-28 00:27 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Glastonbury 2023-06-28 00:23:44 PDT
Since the WebXR compositor images are only single plane it's possible to use attach via GL_RENDERBUFFER instead of GL_TEXTURE_2D/GL_TEXTURE_RECTANGLE_ARB
Comment 1 Radar WebKit Bug Importer 2023-06-28 00:23:59 PDT
<rdar://problem/111437061>
Comment 2 Dan Glastonbury 2023-06-28 00:27:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15363