GPU: OpenXR integration (#14837)

Based on Beyley's initial draft in #11601.

Co-authored-by: Beyley Cardellio <ep1cm1n10n123@gmail.com>
Co-authored-by: Ethan Lee <flibitijibibo@gmail.com>
This commit is contained in:
Aaron Benjamin
2026-01-30 17:18:51 -05:00
committed by GitHub
parent 8fa8c331a5
commit 9a91d7236a
36 changed files with 19723 additions and 102 deletions

View File

@@ -1272,6 +1272,13 @@ SDL3_0.0.0 {
SDL_LoadSurface;
SDL_SetWindowFillDocument;
SDL_TryLockJoysticks;
SDL_CreateGPUXRSession;
SDL_GetGPUXRSwapchainFormats;
SDL_CreateGPUXRSwapchain;
SDL_DestroyGPUXRSwapchain;
SDL_OpenXR_LoadLibrary;
SDL_OpenXR_UnloadLibrary;
SDL_OpenXR_GetXrGetInstanceProcAddr;
# extra symbols go here (don't modify this line)
local: *;
};