Function rust_raylib::ffi::DrawTriangleFan
source · pub unsafe extern "C" fn DrawTriangleFan(
points: *mut Vector2,
pointCount: c_int,
color: Color
)
Expand description
Draw a triangle fan defined by points (first vertex is the center)