|
⇤ ← Revision 1 as of 2011-03-11 20:51:15
Size: 618
Comment: create page - 3/10 46bd121b04a2 (2/13 d4381f3b0d1e)
|
← Revision 2 as of 2011-03-21 17:19:02 ⇥
Size: 604
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
