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

OpenGL is causing lots of compilation errors on macOS, and it is deprecated anyways, so it seems most pragmatic to me to just disable it. My original PR built successfully...

synced to gitlab

Sometimes when my application calls `xrBeginFrame`, OpenXR crashes on [xr_generated_loader.cpp:434](https://github.com/KhronosGroup/OpenXR-SDK/blob/1ca7bec6b531185530c9b4f1e7a50e1fd55e7641/src/loader/xr_generated_loader.cpp#L434) with message: ``` Exception thrown at 0x00007FFFB0A5665A (d3d12SDKLayers.dll) in RavEngineVR.exe: 0xC0000005: Access violation reading location 0x0000000000000000. ``` Occasionally it also...

synced to gitlab
runtime related

I'm trying to use Hello-XR as an example for my own DirectX12 implementation for OpenXR, and when running the Hello-XR example on a Vive Pro with SteamVR, the sample crashes...

synced to gitlab
runtime related

Hello, When running the hello_xr sample with a Valve Index headset and Valve Index controllers, the controllers do not show up as cubes. This is likely because xrLocateSpace does not...

synced to gitlab

I've seen some concerns (including my own) about the current CRT choice on MSVC for the loader: - If built as static lib (default on Windows), the dynamic CRT is...

low priority
synced to gitlab

Was working on some CI things, and I realized I don't actually know the deployment story (and thus, a reasonable layout) of the layers on Windows. (for the loader, I...

synced to gitlab

Follow-up to #52, search and remove any exceptions thrown within the API layer code.

synced to gitlab

Hello,i found openxr loader got an error when read runtime path from windows regedit which contains chinese word。 1. xr loader turn wider char to utf8 after read runtime path...

synced to gitlab

Hello, any chance to have both open-xr nuget packages on nuget.org updated? - https://www.nuget.org/packages/OpenXR.Loader/ - https://www.nuget.org/packages/OpenXR.Headers/ Those are quite old. The nugets are, for example, mentioned on this getting-started guide...

synced to gitlab

Looks like something is wrong with test suite. cmake configuration ```console [tkloczko@devel-g2v x86_64-redhat-linux-gnu]$ cmake -L CMake Warning: No source or binary directory provided. Both will be assumed to be the...

synced to gitlab