|
Size: 595
Comment: update content - pointers, structs
|
Size: 592
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
