PFNGLMULTIMODEDRAWARRAYSIBMPROC typedef

PFNGLMULTIMODEDRAWARRAYSIBMPROC = Void Function(Pointer<Uint32> mode, Pointer<Int32> first, Pointer<Uint32> count, Uint32 primcount, Int32 modestride)

Implementation

typedef PFNGLMULTIMODEDRAWARRAYSIBMPROC =
    Void Function(
      Pointer<Uint32> mode,
      Pointer<Int32> first,
      Pointer<Uint32> count,
      Uint32 primcount,
      Int32 modestride,
    );