Constructs a dsdl2.RendererInfo from a vanilla SDL_RendererInfo from bindbc-sdl
Constructs a dsdl2.RendererInfo by feeding it its attributes
Gets whether the dsdl2.RendererInfo has SDL_RENDERER_ACCELERATED flag
Sets whether the dsdl2.RendererInfo has SDL_RENDERER_ACCELERATED flag
Proxy to the maximum texture height of the dsdl2.RendererInfo
Proxy to the maximum texture width of the dsdl2.RendererInfo
Gets whether the dsdl2.RendererInfo has SDL_RENDERER_PRESENTVSYNC flag
Sets whether the dsdl2.RendererInfo has SDL_RENDERER_PRESENTVSYNC flag
Gets the internal SDL_RendererInfo representation
Gets whether the dsdl2.RendererInfo has SDL_RENDERER_SOFTWARE flag
Sets whether the dsdl2.RendererInfo has SDL_RENDERER_SOFTWARE flag
Gets whether the dsdl2.RendererInfo has SDL_RENDERER_TARGETTEXTURE flag
Sets whether the dsdl2.RendererInfo has SDL_RENDERER_TARGETTEXTURE flag
Formats the dsdl2.RendererInfo into its construction representation: "dsdl2.RendererInfo(<name>, <textureFormats>, <maxTextureSize>, <flag> : <value> ...)"
Maximum texture size
Name of the renderer
Internal SDL bitmask of supported renderer flags
Available texture pixel formats
D struct that wraps SDL_RendererInfo containing renderer information