Wiki Page Content

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2009-11-19 18:48:06
Size: 548
Editor: SheenaSmith
Comment: create page, add content
Revision 4 as of 2010-01-22 06:07:03
Size: 591
Editor: SheenaSmith
Comment: Update TextureID > Texture*
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 texture to destroy||
Line 23: Line 23:
You can add useful comments here ''You can add useful comments here''
Line 28: Line 28:

----
[[CategoryAPI]], [[CategoryVideo]]

SDL_DestroyTexture

Use this function to destroy the specified texture.

Syntax

void SDL_DestroyTexture(SDL_Texture* texture)

Function Parameters

texture

the 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