SDL2RendererInfo

SDL Renderer information.

Constructors

this
this(SDL_RendererInfo info)
Undocumented in source.

Members

Functions

hasRenderToTexture
bool hasRenderToTexture()
isAccelerated
bool isAccelerated()
isSoftware
bool isSoftware()
isVsyncEnabled
bool isVsyncEnabled()
name
const(char)[] name()
toString
string toString()

Meta