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

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