Oculus browser reports the OVR_multiview2 extension even on a webgl1 context enabling multiview which then tries to use WebGL2 methods and fails. Workaround for now is to enable antialiasing, which will disable multiview, but we should check for webgl2 presence specifically
[x] Oculus browser
[] All of them
Oculus quest
This should be a bug on the oculus browser, as OVR_multiview2 should not be listed on WebGL1 contexts /cc @Artyom17
@fernandojsg yeah I agree, but it wouldn't hurt to check for WebGL2 as well
@fernandojsg @wizgrav @mrdoob OVR_multiview2 should be fixed in just released Oculus Browser 6.2 (check out Oculus Store). OVR_multiview2 is also enabled by default since this version. Refer to https://developer.oculus.com/documentation/oculus-browser/latest/concepts/browser-multiview/ for more details.
@Artyom17 that's great! thanks for the info!
Most helpful comment
@fernandojsg @wizgrav @mrdoob OVR_multiview2 should be fixed in just released Oculus Browser 6.2 (check out Oculus Store). OVR_multiview2 is also enabled by default since this version. Refer to https://developer.oculus.com/documentation/oculus-browser/latest/concepts/browser-multiview/ for more details.