PFNGLMULTIDRAWELEMENTSPROC typedef

PFNGLMULTIDRAWELEMENTSPROC = Void Function(Uint32 mode, Pointer<Int32> count, Uint32 type, Pointer<Pointer<Void>> indices, Int32 drawcount)

Implementation

typedef PFNGLMULTIDRAWELEMENTSPROC = Void Function(
    Uint32 mode,
    Pointer<Int32> count,
    Uint32 type,
    Pointer<Pointer<Void>> indices,
    Int32 drawcount);