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

SDL_PIXELFORMAT_YUY2

Declaration

Source position: libsdl2.pas line 557

const SDL_PIXELFORMAT_YUY2 = Integer('Y') or Integer('U') shl 8 or Integer('Y') shl 16 or Integer('2') shl 24;



CT Web help

CodeTyphon Studio