OpenXR-SDK-Source icon indicating copy to clipboard operation
OpenXR-SDK-Source copied to clipboard

Sources for OpenXR loader, basic API layers, and example code.

Results 121 OpenXR-SDK-Source issues
Sort by recently updated
recently updated
newest added

I'm trying to run hello_xr on my android phone, The build was successful but when i run the app i get the following errors. I have included the android loader...

waiting for reporter

When running the vulkan2 implementation of hello_xr, the program thread execution gets blocked for about 5ms when `RenderView()` is called the first time in a frame. The Function calls `m_cmdBuffer.Wait()`...

synced to gitlab

At OpenXR 1.1.43 release time: Runners apparently now default to Windows SDK 10.0.26100.0, but are missing the corresponding ARM64 compilers. We can force an older Windows SDK, but CMake mysteriously...

synced to gitlab

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. Release notes Sourced from actions/download-artifact's releases. v7.0.0 v7 - What's new [!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum...

dependencies
github_actions

Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.0 to 4.2.1. Release notes Sourced from lukka/get-cmake's releases. CMake v4.2.1 The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...

dependencies
github_actions

When using EGL with the `XR_MNDX_egl_enable` extension (e.g. Monado and SteamVR on Linux), if the `XR_APILAYER_LUNARG_core_validation` API layer is enabled then `xrCreateSession` fails with the following validation error: ``` [V...

synced to gitlab

Hi, Rebuilding OpenXR-SDK Git repository targeting Android yields to a broken install directory (_e.g._ Debug build): ``` E:\dev\OpenXR-SDK>cmake --build build_x86_64/Debug -t install [0/2] Re-checking globbed directories... [22/23] Install the project...--...

synced to gitlab

When using GL over Wayland, the XrGraphicsBindingOpenGLWaylandKHR struct was left incomplete. Completing it from the Window data. Tested working correctly on Ubuntu 25.04, KDE Wayland backend after also implementing XrGraphicsBindingOpenGLWaylandKHR...

synced to gitlab