[][src]Function gl46::glDrawElementsBaseVertex

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

glDrawElementsBaseVertex(mode, count, type_, indices, basevertex)

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