PFNGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROC typedef

PFNGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROC = Void Function(Uint32 mode, Uint32 type, Pointer<NativeType> indirect, Pointer<NativeType> drawcount, Uint32 maxdrawcount, Uint32 stride)

Implementation

typedef PFNGLMULTIDRAWELEMENTSINDIRECTCOUNTARBPROC =
    Void Function(
      Uint32 mode,
      Uint32 type,
      Pointer<NativeType> indirect,
      Pointer<NativeType> drawcount,
      Uint32 maxdrawcount,
      Uint32 stride,
    );