Bug 278153

Summary: [WebXR] Specify that enableFoveation argument is a PlatformGLObject
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebXRAssignee: Dan Glastonbury <djg>
Status: RESOLVED FIXED    
Severity: Normal CC: djg, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Dan Glastonbury
Reported 2024-08-15 00:42:27 PDT
GraphicsContextGL::enableFoveation takes a renderbuffer as it's only argument. This needs to be declared as PlatformGLObject for generate-gpup-webgl to generate the look up of the actual object id for the Renderbuffer, otherwise an invalid id is passed to OpenGL.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-15 00:42:35 PDT
Dan Glastonbury
Comment 2 2024-08-15 00:46:28 PDT
EWS
Comment 3 2024-08-15 17:54:58 PDT
Committed 282324@main (4216bb07b87d): <https://commits.webkit.org/282324@main> Reviewed commits have been landed. Closing PR #32236 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.