PFNGLMULTIDRAWELEMENTSINDIRECTPROC typedef

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

Implementation

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