Constant SDL_HINT_VULKAN_DISPLAY

pub const SDL_HINT_VULKAN_DISPLAY: *const i8 = _; // {alloc40087<imm>: *const i8}
Available on crate feature dep_sdl3 only.
Expand description

A variable overriding the display index used in [SDL_Vulkan_CreateSurface()]

The display index starts at 0, which is the default.

This hint should be set before calling [SDL_Vulkan_CreateSurface()]

§Availability

This hint is available since SDL 3.2.0.