pSDL_RenderGeometryRaw

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_RenderGeometryRaw = int function(SDL_Renderer* renderer, SDL_Texture* texture, const(float)* xy, int xy_stride, const(SDL_Color)* color, int color_stride, const(float)* uv, int uv_stride, int num_vertices, const(void)* indices, int num_indices, int size_indices)
    extern (C) @nogc nothrow
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl2018)
    static if(sdlSupport >= SDLSupport.sdl2020)
    alias pSDL_RenderGeometryRaw = int function
    (,,
    const(float)* xy
    ,,,,
    const(float)* uv
    ,,,
    const(void)* indices
    ,,)
  2. alias pSDL_RenderGeometryRaw = int function(SDL_Renderer* renderer, SDL_Texture* texture, const(float)* xy, int xy_stride, const(int)* color, int color_stride, const(float)* uv, int uv_stride, int num_vertices, const(void)* indices, int num_indices, int size_indices)

Meta