Destroy the specified texture.
Defined in SDL_render.h
void SDL_DestroyTexture(SDL_Texture * texture);
SDL_Texture * | texture | the texture to destroy. |
Passing NULL or an otherwise invalid texture will set the SDL error message to "Invalid texture".
This function is available since SDL 2.0.0.