Imanol Fernandez

Results 6 issues of Imanol Fernandez

The WebXR spec is using promises in many places but not for the XRWebGLLayer creation: > - Allocate and initialize resources compatible with session’s XR device, including GPU accessible memory...

The current algorithm for [XR animation frame](https://immersive-web.github.io/webxr/#xr-animation-frame) applies the pending render state after the RAF callbacks. When the user sets the base layer for the first time, the first animation...

I'm creating a separate issue from #3363 just to track the glitches or broken video , not the app freeze. **[Affected Versions]:** - Firefox Reality version 10 RC5 (e84d3c92) **[Affected...

WebVR/XR
Bugzilla

This is one of the next steps of the WebXR performance work. We want to improve the render path. The idea is to implement the XRProjectionLayer subset so we can...

enhancement
WebVR/XR

Fixed duplicated RequestAnimationFrame callbacks in AnimationLoop caused by calling CAAT.loop(60) after CAAT.endLoop();