Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenXR] Add support for XR_EXTX_overlay extension #851

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Commits on Jul 25, 2023

  1. [OpenXR] Add support for XR_EXTX_overlay extension

    This provisional extension allows multiple OpenXR apps to run
    concurrently and get their contents composited. Apps specify at
    which level they'd like to be composited from 0 (first to be
    composited) to MAX_UINT32 (last to be composited on top of all
    the other ones). We initially selected 0 so that all the other
    OpenXR apps supporting this extension will render on top (unless
    one uses also 0 and is launched before Wolvic).
    
    From the list of currently supported devices Pico 4 & 4E,
    Lynx-R1 and Lenovo A3 devices support this extension.
    svillar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d29b144 View commit details
    Browse the repository at this point in the history
  2. Break in multiple lines

    svillar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8bb1c4b View commit details
    Browse the repository at this point in the history