Function xcb::ffi::render::xcb_render_tri_strip [] [src]

pub unsafe extern fn xcb_render_tri_strip(
    c: *mut xcb_connection_t,
    op: u8,
    src: xcb_render_picture_t,
    dst: xcb_render_picture_t,
    mask_format: xcb_render_pictformat_t,
    src_x: i16,
    src_y: i16,
    points_len: u32,
    points: *const xcb_render_pointfix_t
) -> xcb_void_cookie_t