Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_RendererInfo

Declaration

Source position: libsdl2.pas line 1506

type TSDL_RendererInfo = record

  name: PAnsiChar;

  

  flags: UInt32;

  

  num_texture_formats: UInt32;

  

  texture_formats: array [0..15] of UInt32;

  

  max_texture_width: SInt32;

  

  max_texture_height: SInt32;

  

end;



CT Web help

CodeTyphon Studio