Bug 258612

Summary: [WebXR] Attach compositor images via renderbuffer
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebXRAssignee: Dan Glastonbury <djg>
Status: ASSIGNED ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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