OpenXR-SDK-Source
OpenXR-SDK-Source copied to clipboard
Sources for OpenXR loader, basic API layers, and example code.
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...
[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...
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...
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...
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...
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...
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....
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...