PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC typedef

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

Implementation

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