Get the address of the xrGetInstanceProcAddr function.
Defined in <SDL3/SDL_openxr.h>
PFN_xrGetInstanceProcAddr SDL_OpenXR_GetXrGetInstanceProcAddr(void);(PFN_xrGetInstanceProcAddr) Returns the function pointer for xrGetInstanceProcAddr or NULL on failure; call SDL_GetError() for more information.
This should be called after either calling SDL_OpenXR_LoadLibrary() or creating an OpenXR SDL_GPUDevice.
The actual type of the returned function pointer is PFN_xrGetInstanceProcAddr, but that isn't always available. You should include the OpenXR headers before this header, or cast the return value of this function to the correct type.
This function is available since SDL 3.6.0.