Window.metal

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

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

Return Value

Type: bool

true if the the window utilizes Metal, otherwise false

Meta