KhronosGroup / OpenXR-Docs

OpenXR Specification sources and related material
Other
143 stars 62 forks source link

How to change view configuration to Mono from Stereo? #128

Closed coolcup74 closed 1 year ago

coolcup74 commented 2 years ago

For testing purpose, I'd like to change view configuration from Stereo to Mono. Please let me know.

Thank you.

Rectus commented 2 years 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?

rpavlik commented 2 years ago

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.

coolcup74 commented 2 years ago

It is just for testing and verificatiob while studying OpenXR source codes. I wanted to see what happen when it comes to Mono rendering.

rpavlik-bot commented 2 years ago

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.

rpavlik commented 1 year ago

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.