Function raylib_sys::DrawTexturePoly[][src]

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