Window.vulkan

Wraps SDL_GetWindowFlags to check whether the window utilizes Vulkan (from SDL 2.0.6)

class Window
const @property @trusted
static if(sdlSupport >= SDLSupport.v2_0_6)
bool
vulkan
()

Return Value

Type: bool

true if the the window utilizes Vulkan, otherwise false

Meta