RESOLVED FIXED 278153
[WebXR] Specify that enableFoveation argument is a PlatformGLObject
https://bugs.webkit.org/show_bug.cgi?id=278153
Summary [WebXR] Specify that enableFoveation argument is a PlatformGLObject
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.