Wiki Page Content

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2009-12-12 07:24:24
Size: 596
Editor: SheenaSmith
Comment: format update
Revision 5 as of 2010-10-08 22:43:14
Size: 595
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
void SDL_DestroyTexture(SDL_TextureID textureID) void SDL_DestroyTexture(SDL_Texture* texture)
Line 15: Line 15:
||'''textureID'''||the texture to destroy|| ||'''texture'''||the SDL_Texture to destroy||

SDL_DestroyTexture

Use this function to destroy the specified texture.

Syntax

void SDL_DestroyTexture(SDL_Texture* texture)

Function Parameters

texture

the SDL_Texture to destroy

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_DestroyTexture (last edited 2014-12-12 00:33:33 by ChrisBush)

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