Destroy a condition variable.
Defined in <SDL3/SDL_mutex.h>
void SDL_DestroyCondition(SDL_Condition *cond);| SDL_Condition * | cond | the condition variable to destroy. |
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.