Increment an atomic variable used as a reference count.
Defined in <SDL3/SDL_atomic.h>
a | a pointer to an SDL_AtomicInt to increment. |
Returns the previous value of the atomic variable.
Note: If you don't know what this macro is for, you shouldn't use it!
This macro is available since SDL 3.0.0.