|
Size: 592
Comment: add categories
|
Size: 596
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| You can add useful comments here | ''You can add useful comments here'' |
SDL_DestroyTexture
Use this function to destroy the specified texture.
Syntax
void SDL_DestroyTexture(SDL_TextureID textureID)
Function Parameters
textureID |
the texture to destroy |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
