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

glDrawElementsBaseVertex(mode, count, type_, indices, basevertex) mode group: PrimitiveType type_ group: DrawElementsType indices len: COMPSIZE(count,type)