SDLRendererInfo
A structure that contains information on the capabilities of a render driver or the current render context.
Fields
Field flags:UInt
A mask of supported renderer flags
Field numTextureFormats:UInt
The number of available texture formats
Field StaticArray textureFormats:UInt[16]
The available texture formats
Field maxTextureWidth:Int
The maximum texture width
Field maxTextureHeight:Int
The maximum texture height
Methods
Method GetName:String()
Returns the name of the renderer.
