Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-03-11 20:51:15
Size: 618
Editor: SheenaSmith
Comment: create page - 3/10 46bd121b04a2 (2/13 d4381f3b0d1e)
Revision 2 as of 2011-03-21 17:19:02
Size: 604
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
Use this function to free an [[SDL_PixelFormat]] structure. Use this function to free an [[SDL_PixelFormat]] structure allocated by [[SDL_AllocFormat]].
Line 16: Line 15:
||'''format'''||the [[SDL_PixelFormat]] to free|| ||'''format'''||the [[SDL_PixelFormat]] structure to free||

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)

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