logo
pub unsafe fn glDrawElements(
    mode: u32,
    count: i32,
    type_: u32,
    indices: *const c_void
)
Expand description

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