Function cogl_sys::cogl_vertex_buffer_draw_elements[][src]

pub unsafe extern "C" fn cogl_vertex_buffer_draw_elements(
    handle: CoglHandle,
    mode: CoglVerticesMode,
    indices: CoglHandle,
    min_index: c_int,
    max_index: c_int,
    indices_offset: c_int,
    count: c_int
)