logo
pub unsafe fn glDrawRangeElementsBaseVertex(
    mode: GLenum,
    start: GLuint,
    end: GLuint,
    count: GLsizei,
    type_: GLenum,
    indices: *const c_void,
    basevertex: GLint
)
Expand description

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