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

Fix build on linux/loongarch64.

synced to gitlab

I'm getting a vulkan validation error. It seems the error occurs inside the OpenXR source code, when xrEndFrame is called. I enabled VK_LUNARG_api_dump to dump the vulkan calls..... it seems...

synced to gitlab
waiting for reporter
runtime related

[This jsoncpp issue](https://github.com/open-source-parsers/jsoncpp/issues/1568) causes OpenXR SDK 1.1.38 up to 1.1.41 to fail compiling: ``` -- The C compiler identification is GNU 13.3.1 -- The CXX compiler identification is GNU 13.3.1...

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

dependencies

I am doing various thing for build openXr SDk for android device and run Hello_xr code, but i am not able to success, I am facing an error like this...

synced to gitlab

The spec for [XrFacialExpressionsHTC](https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XrFacialExpressionsHTC) states: > `XrFacialExpressionsHTC` returns data of a lip facial expression or an eye facial expression. I would think that this means that all of the fields...

synced to gitlab
runtime related

Hi, Hardware providers rely more and more on OpenXR. However, **OpenXR does not support acceleration and angularAcceleration input** (not velocity derived), which are, as position and orientation, key inputs of...

synced to gitlab

Looking at the signs of the cross terms they reflect the commuted order of multiplication. As there doesn't appear to be either unit test, nor documentation it's not clear if...

synced to gitlab

Per https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#api-initialization , this function *can* be called before calling `xrCreateInstance`. > This function may: be called before an instance has been created; implementations must: not assume an instance exists....

synced to gitlab

There seems to be a required order of `#includes` when using `openxr_platform.h`. For example, this compiles: ``` #define XR_USE_PLATFORM_ANDROID #define XR_USE_GRAPHICS_API_VULKAN #include #include ``` This does not: ``` #define XR_USE_PLATFORM_ANDROID...

synced to gitlab