DRAFT |
SDL_DestroySemaphore
Use this function to destroy a semaphore.
Syntax
void SDL_DestroySemaphore(SDL_sem* sem)
Function Parameters
sem |
a pointer to the SDL_sem structure to be destroyed |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
