PFNGLMULTIDRAWELEMENTARRAYAPPLEPROC typedef

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

Implementation

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