PFNGLMULTIDRAWELEMENTSPROC typedef

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

Implementation

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