PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC typedef

PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC = Void Function(Uint32 mode, Int32 count, Uint32 type, Pointer<Void> indices, Int32 instancecount, Int32 basevertex)

Implementation

typedef PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC = Void Function(
    Uint32 mode,
    Int32 count,
    Uint32 type,
    Pointer<Void> indices,
    Int32 instancecount,
    Int32 basevertex);