Destroy custom GPU render state.
Defined in <SDL3/SDL_render.h>
void SDL_DestroyGPURenderState(SDL_GPURenderState *state);
SDL_GPURenderState * | state | the state to destroy. |
This function should be called on the thread that created the renderer.
This function is available since SDL 3.4.0.