SDL/src/gpu
Aaron Benjamin 1f7db1ebcf Improve OpenXR loader error messages
When the OpenXR loader library fails to load, provide a detailed error
message explaining:
- On Windows: need openxr_loader.dll in app directory or PATH
- On Linux: install libopenxr-loader package or set LD_LIBRARY_PATH
- Can use SDL_HINT_OPENXR_LIBRARY hint to specify path

Also update D3D12 backend to include the error in its warning log,
and remove redundant SDL_SetError in Vulkan backend that was
overwriting the detailed message.
2026-02-02 10:31:59 -05:00
..
d3d12 Improve OpenXR loader error messages 2026-02-02 10:31:59 -05:00
metal GPU: OpenXR integration (#14837) 2026-01-30 17:18:51 -05:00
vulkan Improve OpenXR loader error messages 2026-02-02 10:31:59 -05:00
xr Improve OpenXR loader error messages 2026-02-02 10:31:59 -05:00
SDL_gpu.c gpu: Update the CHECK_DEVICE_MAGIC comments one more time. 2026-02-01 14:02:58 -05:00
SDL_sysgpu.h GPU: OpenXR integration (#14837) 2026-01-30 17:18:51 -05:00