| SDL_DestroyCondition(3) | SDL3 FUNCTIONS | SDL_DestroyCondition(3) |
SDL_DestroyCondition - Destroy a condition variable.
Defined in SDL3/SDL_mutex.h
#include "SDL3/SDL.h"
void SDL_DestroyCondition(SDL_Condition *cond);
This function is available since SDL 3.2.0.
•(3), SDL_CreateCondition(3)
| SDL 3.2.10 | Simple Directmedia Layer |