(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()

Syntax

void SDL_Vulkan_UnloadLibrary(void);

Version

This function is available since SDL 2.0.6.


CategoryAPI