[][src]Function gl46::glDrawElementsInstancedBaseVertex

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

glDrawElementsInstancedBaseVertex(mode, count, type_, indices, instancecount, basevertex)

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