Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_CreateRGBSurfaceFrom(3) | SDL API Reference | SDL_CreateRGBSurfaceFrom(3) |
NAME
SDL_CreateRGBSurfaceFrom - Create an SDL_Surface from pixel dataSYNOPSIS
#include "SDL.h"DESCRIPTION
Creates an SDL_Surface from the provided pixel data.RETURN VALUE
Returns the created surface, or NULL upon error.SEE ALSO
SDL_CreateRGBSurface, SDL_FreeSurfaceTue 11 Sep 2001, 23:01 | SDL |