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

This might mean we need to search /usr/lib/multilibdir/openxr/1/blablabla for stuff.

enhancement
in loader
synced to gitlab

Hmm. When I pull this into the internal repo with CI, it fails during the xcb-backend build of the exported source. (Don't know why it doesn't fail with the normal...

enhancement
synced to gitlab

> We can use a bigger number, but many parts of windows use MAX_PATH so it is a bit of an unfortunate de-facto limit in Windows. Another option is to...

enhancement
synced to gitlab

Build fails with clang-10: ``` /usr/ports/misc/openxr/work/OpenXR-SDK-Source-release-1.0.14/src/common/gfxwrapper_opengl.c:38:31: error: unused parameter 'format' [-Werror,-Wunused-parameter] static void Print(const char *format, ...) { ^ ```

enhancement
synced to gitlab

Follow up from https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/155#issuecomment-577783292 cc @sn0w75

bug
in loader
synced to gitlab

`VulkanGraphicsPlugin` should destroy the `VkDevice` and `VkInstance` it owns on destruction rather than leaking them. This allows the Vulkan validation layers to detect resource leaks, which is useful for finding...

bug
good first issue
in hello_xr
synced to gitlab

I built this repository on Windows, and pointed my XR_API_LAYER_PATH to its corresponding build/src/api_layers directory. After doing this, my openXR application correctly found the API layer, but was unable to...

bug
synced to gitlab

``` CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to `find_package_handle_standard_args` (VulkanRegistry) does not match the name of the calling package (VulkanHeaders). This can lead to problems in...

bug
synced to gitlab

Here's the total list of exported symbols from a build on Debian Buster (10): (computed with some mangling of dpkg-gensymbols output) ``` (c++)"std::__cxx11::basic_string __gnu_cxx::__to_xstring(int (*)(char*, unsigned long, char const*, __va_list_tag*),...

bug
in loader
synced to gitlab

- No d3d12 on mingw - easy fix, I already have a patch ready. - This error, which is a missing cast? ``` 2019-12-10T18:03:11.6315794Z In file included from ../src/loader/api_layer_interface.hpp:28, 2019-12-10T18:03:11.6316889Z...

enhancement