OpenXR-SDK-Source
OpenXR-SDK-Source copied to clipboard
Sources for OpenXR loader, basic API layers, and example code.
I have HelloXR running with Vulkan, but no output to the headset, says "waiting" on the headset. I was able to make it run before but something happened, not sure...
In xr.xml:3552, the `XrCoordinateSpaceCreateInfoML` struct is defined under a comment reading ``. However, the defintion for the `XR_ML_compat` extension (xr.xml:11867) does not contain a corresponding `` tag for `XrCoordinateSpaceCreateInfoML`. As...
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.31.6 to 4.0.2. Release notes Sourced from lukka/get-cmake's releases. CMake v4.0.2 The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified...
It is impossible to statically compile and link both OpenXR and JsconCpp (other libraries for example) into the same application. Reason is that OpenXR uses internally compiled JsonCpp library. This...
- `vkDestroyShaderModule` : bug in the loop. Was always destory the 0th item - `vkDestroyPipeline` : Pipeline::Release never call. Use destructor, like in the other structs In order to avoid...
Spec: https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XrCompositionLayerPassthroughHTC > space is the [XrSpace](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XrSpace) that specifies the layer’s space - must be [XR_NULL_HANDLE](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_NULL_HANDLE). Validation layer error: > [VALID_ERROR|VUID-XrCompositionLayerPassthroughHTC-space-parameter|xrEndFrame]: Invalid XrSpace handle "space" 0x0000000000000000
I'm trying to use the api dump layer with hello_xr on linux. When I enable the layer by setting `XR_ENABLE_API_LAYERS=XR_APILAYER_LUNARG_api_dump` in my environment, the API trace prints into my terminal...
It seems like that on Quest3, the app shows brighter color? In Openxr Spec, SRGB is recommended: https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#rendering-swapchain-image-management And also, in Quest3 official sample code, SRGB color format is also...
Hello! Reading OpenXR-Loader's CMake script, it seems like only Linux has SO versioned libraries. Many other unix platforms also support some form of versioning. Dylib libraries on macOS also provides...
Hello! There is currently [an openxr PR active at libsdl-org/SDL](https://github.com/libsdl-org/SDL/pull/11601) adding openxr support. It has support for loading openxr dynamically using `LoadLibrary` on Windows and `dlopen` on other platforms (instead...