SDL_AtomicAdd

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int SDL_AtomicAdd(SDL_atomic_t* a, int v)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.sdl203)
    static if(staticBinding)
    int
    SDL_AtomicAdd
  2. pSDL_AtomicAdd SDL_AtomicAdd;
  3. int SDL_AtomicAdd(SDL_atomic_t* a, int v)

Meta