Function raylib::ffi::DrawTexturePoly[][src]

pub unsafe extern "C" fn DrawTexturePoly(
    texture: Texture,
    center: Vector2,
    points: *mut Vector2,
    texcoords: *mut Vector2,
    pointsCount: i32,
    tint: Color
)