[][src]Function nuklear_sys::nk_draw_list_stroke_poly_line

pub unsafe extern "C" fn nk_draw_list_stroke_poly_line(
    arg1: *mut nk_draw_list,
    pnts: *const nk_vec2,
    cnt: c_uint,
    arg2: nk_color,
    arg3: nk_draw_list_stroke,
    thickness: f32,
    arg4: nk_anti_aliasing
)