[][src]Function gl46::glDrawRangeElementsBaseVertex

pub unsafe fn glDrawRangeElementsBaseVertex(
    mode: GLenum,
    start: GLuint,
    end: GLuint,
    count: GLsizei,
    type_: GLenum,
    indices: *const c_void,
    basevertex: GLint
)

glDrawRangeElementsBaseVertex(mode, start, end, count, type_, indices, basevertex)

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