One of the command line options for hello_xr is:
View configurations: Mono, Stereo
But as far as I could verify, the option is not actually supported, as the line 598 of openxr_program.cpp is:
// Note: No other view configurations exist at the time this code was written. If this
// condition is not met, the project will need to be audited to see how support should be
// added.
CHECK_MSG(m_options->Parsed.ViewConfigType == XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO,
"Unsupported view configuration type");
Should this option be removed from the list of options?
If so, I'll gladly provide a PR to do it.
One of the command line options for
hello_xris:But as far as I could verify, the option is not actually supported, as the line 598 of openxr_program.cpp is:
Should this option be removed from the list of options?
If so, I'll gladly provide a PR to do it.