Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

SDL_CreateRGBSurfaceFrom

Declaration

Source position: sdl.pas line 3232

function SDL_CreateRGBSurfaceFrom(

  pixels: Pointer;

  width: Integer;

  height: Integer;

  depth: Integer;

  pitch: Integer;

  RMask: UInt32;

  GMask: UInt32;

  BMask: UInt32;

  AMask: UInt32

):PSDL_Surface;


Documentation generated on: 2023-03-18