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