Constant SDL_HINT_VULKAN_LIBRARY
pub const SDL_HINT_VULKAN_LIBRARY: *const i8 = _; // {alloc40091<imm>: *const i8}
Available on crate feature
dep_sdl3
only.Expand description
Specify the Vulkan library to load.
This hint should be set before creating a Vulkan window or calling
[SDL_Vulkan_LoadLibrary()
].
§Availability
This hint is available since SDL 3.2.0.