RESOLVED FIXED 296617
[WebXR][OpenXR] Export OpenXR textures to WebProcess for WebGL rendering
https://bugs.webkit.org/show_bug.cgi?id=296617
Summary [WebXR][OpenXR] Export OpenXR textures to WebProcess for WebGL rendering
Sergio Villar Senin
Reported 2025-07-29 03:03:45 PDT
OpenXR API is called in the UIProcess, meaning that we get textures from the OpenXR swapchain there. However we need to pass those textures to the WebProcess so that WebGL content can be rendered there. The solution for linux systems is to use DMABuf for that. We should export the textures generated by the swapchains and render WebGL content there.
Attachments
Sergio Villar Senin
Comment 1 2025-07-29 03:25:51 PDT
Sergio Villar Senin
Comment 2 2025-07-31 09:36:39 PDT
Sergio Villar Senin
Comment 3 2025-07-31 09:55:19 PDT
EWS
Comment 4 2025-08-04 01:40:49 PDT
Committed 298184@main (02a244de37cd): <https://commits.webkit.org/298184@main> Reviewed commits have been landed. Closing PR #48650 and removing active labels.
Radar WebKit Bug Importer
Comment 5 2025-08-04 01:41:13 PDT
Note You need to log in before you can comment on or make changes to this bug.