[][src]Function gl46::glMultiDrawElementsBaseVertex

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

glMultiDrawElementsBaseVertex(mode, count, type_, indices, drawcount, basevertex)

  • mode group: PrimitiveType
  • count len: COMPSIZE(drawcount)
  • type_ group: DrawElementsType
  • indices len: COMPSIZE(drawcount)
  • basevertex len: COMPSIZE(drawcount)