[][src]Function ndless_sdl::gfx::primitives::ll::texturedPolygon

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