Destroy the specified texture.
Defined in SDL_render.h
void SDL_DestroyTexture(SDL_Texture * texture);
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.
CategoryAPI, CategoryAPIFunction, CategoryRender