SDL_HINT_VULKAN_LIBRARY

Specify the Vulkan library to load.

This hint should be set before creating a Vulkan window or calling SDL_Vulkan_LoadLibrary().

extern (C) nothrow @nogc
enum SDL_HINT_VULKAN_LIBRARY = "SDL_VULKAN_LIBRARY";

Meta