Scroll to navigation

SDL_OpenXR_UnloadLibrary(3) SDL3 FUNCTIONS SDL_OpenXR_UnloadLibrary(3)

NAME

SDL_OpenXR_UnloadLibrary - Unload the OpenXR loader previously loaded by SDL_OpenXR_LoadLibrary.

SYNOPSIS

#include <SDL3/SDL_openxr.h>
void SDL_OpenXR_UnloadLibrary(void);

DESCRIPTION

SDL keeps a reference count of the OpenXR loader, calling this function will decrement that count. Once the reference count reaches zero, the library is unloaded.

THREAD SAFETY

This function is not thread safe.

AVAILABILITY

This function is available since SDL 3.6.0.

SDL 3.5.0 Simple Directmedia Layer