PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC typedef

PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC = Void Function(Uint32 mode, Uint32 start, Uint32 end, Int32 count, Uint32 type, Pointer<Void> indices, Int32 basevertex)

Implementation

typedef PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC = Void Function(
    Uint32 mode,
    Uint32 start,
    Uint32 end,
    Int32 count,
    Uint32 type,
    Pointer<Void> indices,
    Int32 basevertex);