###### (This is the legacy documentation for stable SDL2, the current stable version; [SDL3](https://wiki.libsdl.org/SDL3/) is the current development version.) # SDL_Vulkan_UnloadLibrary Unload the Vulkan library previously loaded by [SDL_Vulkan_LoadLibrary](SDL_Vulkan_LoadLibrary)() ## Syntax ```c void SDL_Vulkan_UnloadLibrary(void); ``` ## Version This function is available since SDL 2.0.6. ## Related Functions * [SDL_Vulkan_LoadLibrary](SDL_Vulkan_LoadLibrary) ---- [CategoryAPI](CategoryAPI)