Record TSDL_RendererInfo

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_RendererInfo = record

Description

 

Overview

Fields

Public name: PAnsiChar;
Public flags: cuint32;
Public num_texture_formats: cuint32;
Public texture_formats: array[0..15] of cuint32;
Public max_texture_width: cint32;
Public max_texture_height: cint32;

Description

Fields

Public name: PAnsiChar;
 
Public flags: cuint32;

< The name of the renderer *

Public num_texture_formats: cuint32;

< Supported ::SDL_RendererFlags *

Public texture_formats: array[0..15] of cuint32;

< The number of available texture formats *

Public max_texture_width: cint32;

< The available texture formats *

Public max_texture_height: cint32;

< The maximimum texture width *


Generated by PasDoc 0.16.0.