WEBGL_multiview in Oculus Browser
I am trying to use multiview rendering in WebVR for Quest Browser as explained here. However "var ext = gl.getExtension('WEBGL_multiview'); returns null. I also noticed that WEBGL_multiview is now deprecated and replaced by OVR_multiview2 according to Khronos. But OVR_multiview2 is not supported either. According to this commit about a month ago in chromium project, OVR_multiview2 is already replaced WEBGL_multiview . Does it mean the same thing is happening for Oculus browser? Does it mean multiview rendering is broken in the meantime?973Views1like1Comment