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

I am getting an exception inside amdvlk64.dll when running hello_xr in debug mode. It looks like it could be related to enabled validation layers. The sample works as expected in...

in hello_xr
synced to gitlab

I recently encountered behavior in SteamVR where [`xrAttachSessionActionSets` would sometimes throw C++ exceptions](https://steamcommunity.com/app/250820/discussions/8/3059617763557427211/). While this may be a bug in SteamVR (throwing exceptions through a C ABI is obviously not...

synced to gitlab

1.9.4 has OSS-Fuzz security fixes as well as other security enhancements: https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.4

synced to gitlab

we want to implement openxr runtime in out custom hardware which run our OS based on Androids. Can we know how much work this job requires?

synced to gitlab

No runtime implementation have implemented the extension and even Wayland developers say that as written it doesn't make sense and is not usable. There is `XR_MNDX_egl_enable` that could be made...

synced to gitlab

Hello, I am trying to build the hello_xr sample for the oculus quest 2. However, the BUILDING.md file doesn't include building instructions for the oculus quest while such instructions exist...

synced to gitlab

``` -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3") -- Enabling OpenGL support -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) -- Could NOT find...

waiting for reporter

Example chain that fails to be validated: XrCreateSession -> XrSessionCreateInfoOverlayEXTX -> XrGraphicsBindingVulkanKHR The generator currently generates code that claims nothing can be chained to XrSessionCreateInfoOverlayEXTX. The registry contains ```xml ......

synced to gitlab

Found with clang-tidy: ``` OpenXR-SDK-Source/src/api_layers/core_validation.cpp:270:34: warning: Value stored to 'ret_val' during its initialization is never read [clang-analyzer-deadcode.DeadStores] XrBool32 ret_val = messenger_create_info->userCallback(debug_utils_severity, ``` It's not being used because this call (and...

low priority
synced to gitlab

See https://github.com/KhronosGroup/OpenXR-SDK/blob/master/src/tests/hello_xr/graphicsplugin_opengl.cpp#L106-L118 Wayland/xcb/xlib connections are all initialized to nonsense, and remaining fields (where applicable) are left entirely uninitialized. Testing on Monado seems to work anyway, at least on xlib, which...

bug
in hello_xr
low priority
synced to gitlab