texturedPolygonMT

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int texturedPolygonMT(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, SDL_Renderer* texture, int texture_dx, int texture_dy, int** polyInts, int* polyAllocated)
    version(BindSDLgfx_Static)
    extern (C) @nogc nothrow
    int
    texturedPolygonMT
    (
    SDL_Renderer* dst
    ,
    const Sint16* vx
    ,
    const Sint16* vy
    ,
    int n
    ,
    SDL_Renderer* texture
    ,,,
    int** polyInts
    ,)
  2. p_texturedPolygonMT texturedPolygonMT;

Meta