Closed coolcup74 closed 1 year ago
The view configuration you want is passed to the xrBeginSession()
call. Note that a mono view configuration does not make sense in a VR environment, and a VR runtime is unlikely to support it. What exactly are you trying to accomplish?
Yeah, the view configurations supported by a runtime are generally limited, I'm not sure there are any (conformant) runtimes yet that support a mono view configuration.
It is just for testing and verificatiob while studying OpenXR source codes. I wanted to see what happen when it comes to Mono rendering.
An issue (number 1803) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1803 ), to facilitate working group processes.
This GitHub issue will continue to be the main site of discussion.
You would need a runtime that supports mono view configurations. You could submit the same view to left and right eyes if you wanted, I guess, but that's a separate thing.
For testing purpose, I'd like to change view configuration from Stereo to Mono. Please let me know.
Thank you.