Constant VULKAN_DISPLAY

pub const VULKAN_DISPLAY: &'static str;
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.