Forum Discussion
phyxle
7 years agoHonored Guest
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 de...
stmcbeth
5 years agoExplorer
I know this is an old post, and it doesn't seem like WebXR stuff gets a lot of traffic here, but just in case anyone else runs into this...
The extension won't be available until after the WebXR session has started. If you attempt to get the extension before session start, you get the null result as you have seen. You have to wait until after the user has activated VR mode to then call getExtension().
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 days ago