PFNGLMULTIMODEDRAWELEMENTSIBMPROC typedef

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

Implementation

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