Wiki Page Content

SDL_FreeFormat

Use this function to free an SDL_PixelFormat structure allocated by SDL_AllocFormat.

Syntax

void SDL_FreeFormat(SDL_PixelFormat* format)

Function Parameters

format

the SDL_PixelFormat structure to free

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryPixels

None: SDL_FreeFormat (last edited 2011-03-21 17:19:02 by SheenaSmith)

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