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 87 OpenXR-SDK-Source issues
Sort by recently updated
recently updated
newest added

This is about failing to cross-compile the [OpenXR-SDK project](https://github.com/KhronosGroup/OpenXR-SDK/), please redirect me if I'm at the wrong place. The error is > openxr/src/common/platform_utils.hpp:75:2: error: "No architecture string known!" From [the...

Loader currently did not support API layer disconvery yet. This patch supports this feature. Loader will try to get all implicit/explicit API layers from broker supported by chosen active runtime...

synced to gitlab

```sh cd src/conformance ./gradlew clean && ./gradlew build ``` there is no folder conformance. I found gradle in hello_xr but building it under arch linux currently fails with this exception...

bug
synced to gitlab

Running the xr_hello app on Windows 10 using the Vulkan driver (Both Vukan & Vulkan2 settings) I am getting the following error in my console Window every few milliseconds. ```...

synced to gitlab

Some devices may include .so file inside apk. For example, on Quest 3 v62, the following path is reported by the broker: `/system/priv-app/VrDriver/VrDriver.apk!/lib/arm64-v8a/libopenxr_forwardloader.so` `FileSysUtilsPathExists` won't be able to locate this...

synced to gitlab

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2. Release notes Sourced from gradle/wrapper-validation-action's releases. v2.0.0 What's Changed The version of the Node.js runtime was updated to 20, and the majority of dependencies...

dependencies

Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1.2.0 to 2.0.0. Release notes Sourced from NuGet/setup-nuget's releases. v2.0.0 What's Changed build(deps): bump semver from 7.3.8 to 7.5.2 by @​dependabot in NuGet/setup-nuget#49 build(deps-dev): bump word-wrap from...

dependencies

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

The search order for layers (and possibly runtimes) on Linux seems to have been copied from Vulkan before https://github.com/KhronosGroup/Vulkan-Loader/issues/246 and https://github.com/KhronosGroup/Vulkan-Loader/issues/245 were fixed in https://github.com/KhronosGroup/Vulkan-Loader/pull/655. Previous discussion of this is...

synced to gitlab