RendererInfo.targetTexture - multiple declarations

Function RendererInfo.targetTexture

Gets whether the dsdl2.RendererInfo has SDL_RENDERER_TARGETTEXTURE flag

bool targetTexture() @property @safe const;

Returns

true if it has SDL_RENDERER_TARGETTEXTURE flag, otherwise false

Function RendererInfo.targetTexture

Sets whether the dsdl2.RendererInfo has SDL_RENDERER_TARGETTEXTURE flag

void targetTexture (
  bool value
) @property @safe;

Parameters

NameDescription
value true to set SDL_RENDERER_TARGETTEXTURE flag; false to unset it