(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_Vulkan_UnloadLibrary

Unload the Vulkan library previously loaded by SDL_Vulkan_LoadLibrary()

Header File

Defined in SDL_vulkan.h

Syntax

void SDL_Vulkan_UnloadLibrary(void);

Version

This function is available since SDL 2.0.6.

See Also


CategoryAPI, CategoryAPIFunction, CategoryVulkan