Class: SDL2::Renderer::Info
- Inherits:
-
Object
- Object
- SDL2::Renderer::Info
- Defined in:
- video.c,
video.c
Overview
This class contains information of a rendering context.
Instance Attribute Summary collapse
-
#max_texture_height ⇒ Integer
readonly
Maximum texture height.
-
#max_texture_width ⇒ Integer
readonly
Maximum texture width.
-
#name ⇒ String
readonly
The name of the renderer.
-
#texture_formats ⇒ Array<SDL2::PixelFormat>
readonly
Available texture formats.
Instance Attribute Details
#max_texture_height ⇒ Integer (readonly)
Returns maximum texture height
#max_texture_width ⇒ Integer (readonly)
Returns maximum texture width
#name ⇒ String (readonly)
Returns the name of the renderer
#texture_formats ⇒ Array<SDL2::PixelFormat> (readonly)
Returns available texture formats