DRAFT |
SDL_AtomicIncRef
Use this function to increment an atomic variable used as a reference count.
Contents
Syntax
int SDL_AtomicIncRef(SDL_atomic_t* a)
Function Parameters
a |
the [[SDL_atomic_t]] structure filled in with the variable |
Return Value
Returns the previous value of the atomic variable on success, or a negative error code on failure; call SDL_GetError() for more information.
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
