Wiki Page Content

Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2010-10-08 22:43:14
Size: 595
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 7 as of 2011-02-15 19:39:00
Size: 592
Editor: SheenaSmith
Comment: update content - 2/14 changeset 5295 (as of 5145); moved to render.h
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''texture'''||the SDL_Texture to destroy|| ||'''texture'''||the texture to destroy||
Line 30: Line 30:
[[CategoryAPI]], [[CategoryVideo]] [[CategoryAPI]], [[CategoryRender]]

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, CategoryRender

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