###### (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)() ## Header File Defined in [SDL_vulkan.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_vulkan.h), but apps should _only_ `#include "SDL.h"`! ## Syntax ```c void SDL_Vulkan_UnloadLibrary(void); ``` ## Version This function is available since SDL 2.0.6. ## See Also * [SDL_Vulkan_LoadLibrary](SDL_Vulkan_LoadLibrary) ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction)