[][src]Function gl46::glMultiDrawElements

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

glMultiDrawElements(mode, count, type_, indices, drawcount)

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