draw_polygon

Function draw_polygon 

Source
pub unsafe extern "C" fn draw_polygon(
    ctx: *mut DCtx,
    op: drawop_t,
    points: *const V2Df,
    n: u32,
)