[][src]Function sdl2_sys::gfx::primitives::texturedPolygon

pub unsafe extern "C" fn texturedPolygon(
    renderer: *mut SDL_Renderer,
    vx: *const Sint16,
    vy: *const Sint16,
    n: c_int,
    texture: *mut SDL_Surface,
    texture_dx: c_int,
    texture_dy: c_int
) -> c_int