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

TTSDL_ConvertPixels

Declaration

Source position: libsdl2.pas line 976

type TTSDL_ConvertPixels = function(

  width: SInt32;

  height: SInt32;

  src_format: UInt32;

  const src: Pointer;

  src_pitch: SInt32;

  dst_format: UInt32;

  dst: Pointer;

  dst_pitch: SInt32

):SInt32;



CT Web help

CodeTyphon Studio