logo
pub unsafe fn glDrawRangeElements(
    mode: u32,
    start: u32,
    end: u32,
    count: i32,
    type_: u32,
    indices: *const c_void
)
Expand description

glDrawRangeElements(mode, start, end, count, type_, indices) mode group: PrimitiveType type_ group: DrawElementsType indices len: COMPSIZE(count,type)