Record TSDL_RendererInfo
Unit
Declaration
type TSDL_RendererInfo = record
Description
Overview
Fields
![]() |
name: PAnsiChar; |
![]() |
flags: cuint32; |
![]() |
num_texture_formats: cuint32; |
![]() |
texture_formats: array[0..15] of cuint32; |
![]() |
max_texture_width: cint32; |
![]() |
max_texture_height: cint32; |
Description
Fields
![]() |
name: PAnsiChar; |
![]() |
flags: cuint32; |
|
< The name of the renderer * | |
![]() |
num_texture_formats: cuint32; |
|
< Supported ::SDL_RendererFlags * | |
![]() |
texture_formats: array[0..15] of cuint32; |
|
< The number of available texture formats * | |
![]() |
max_texture_width: cint32; |
|
< The available texture formats * | |
![]() |
max_texture_height: cint32; |
|
< The maximimum texture width * | |
Generated by PasDoc 0.16.0.
