Destroy the specified texture.
Defined in <SDL3/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 should only be called on the main thread.
This function is available since SDL 3.1.3.