Destroy the specified texture.
Defined in <SDL3/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 3.0.0.
CategoryAPI, CategoryAPIFunction, CategoryRender