Tao.Sdl SDK Documentation |
|
Sdl.SDL_DestroySemaphore Method
Destroy a semaphore
[Visual Basic]
Public Shared Sub SDL_DestroySemaphore( _
ByVal
sem As
IntPtr _
)
[C#]
public static
void SDL_DestroySemaphore(
IntPtr sem);
Remarks
Binds to C-function call in SDL_mutex.h:
extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem)
See Also
Sdl Class | Tao.Sdl Namespace