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".
You may only call this function from the main thread.
This function is available since SDL 3.1.3.