pSDL_CreateThreadWithStackSize

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias pSDL_CreateThreadWithStackSize = SDL_Thread* function(SDL_ThreadFunction fn, const(char)* name, const(size_t) stacksize, void* data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
  2. alias pSDL_CreateThreadWithStackSize = SDL_Thread* function(SDL_ThreadFunction fn, const(char)* name, const(size_t) stacksize, void* data)
    version(!Windows)
    extern (C) @nogc nothrow
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl209)
    alias pSDL_CreateThreadWithStackSize = SDL_Thread* function
    (,
    const(char)* name
    ,
    const(size_t) stacksize
    ,
    void* data
    )

Meta