SDL_RenderCopyEx

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_RenderCopyEx(SDL_Renderer* renderer, SDL_Texture* texture, const(SDL_Rect)* srcrect, const(SDL_Rect)* dstrect, const(double) angle, const(SDL_Point)* center, const(SDL_RendererFlip) flip)
    extern (C) @nogc nothrow
    static if(staticBinding)
    int
    SDL_RenderCopyEx
  2. pSDL_RenderCopyEx SDL_RenderCopyEx;

Meta