Skip to content

hello_xr: Command line option for hello_xr not actually supported #585

@TheFakeMontyOnTheRun

Description

@TheFakeMontyOnTheRun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    synced to gitlabSynchronized to OpenXR internal GitLab

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions