SDL_CreateThreadWithStackSize

Undocumented in source.
  1. SDL_Thread* SDL_CreateThreadWithStackSize(SDL_ThreadFunction , const(char)* , const(size_t) , void* , pSDL_beginthread , pSDL_endthread )
  2. SDL_Thread* SDL_CreateThreadWithStackSize(SDL_ThreadFunction , const(char)* , const(size_t) , void* )
  3. pSDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize;
    __gshared
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl209)
    pSDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize;

Meta