Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake use of magicleap ExclusiveRender? #23971
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are docs for a Lumin Runtime
ExclusiveRenderobject, accessed fromLandscapeApp::startExclusiveModeGL. The docs hint that this is a way that landscape apps can enter immersive mode without having to do inter-process communication, which is exactly what we want for WebXR.According to https://forum.magicleap.com/hc/en-us/community/posts/360048535712-ExclusiveRender-examples, this functionality is disabled for security. Indeed, trying to use it just gets a null pointer back from
startExclusiveModeGL.