SDL_DestroyCondition - Man Page
Destroy a condition variable.
Synopsis
#include <SDL3/SDL_mutex.h> void SDL_DestroyCondition(SDL_Condition *cond);
Function Parameters
- cond
the condition variable to destroy.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS