PFNGLMULTIDRAWELEMENTSEXTPROC typedef

PFNGLMULTIDRAWELEMENTSEXTPROC = Void Function(Uint32 mode, Pointer<Uint32> count, Uint32 type, Pointer<Pointer<NativeType>> indices, Uint32 primcount)

Implementation

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