Wiki Page Content

Revision 1 as of 2010-03-07 16:40:34

Clear message

DRAFT

SDL_FreeSurface

Use this function to allocate and free an RGB surface.

Syntax

void SDL_FreeSurface(SDL_Surface* surface)

Function Parameters

surface

a pointer to the SDL_Surface to free

Code Examples

You can add your code example here

Remarks

You can add useful comments here

green

If the depth is 4 or 8 bits, an empty palette is allocated for the surface. If the depth is greater than 8 bits, the pixel format is set using the flags '[RGB]mask'.


CategoryAPI, CategorySurface

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit