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

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