PFNGLMULTIDRAWARRAYSINDIRECTAMDPROC typedef

PFNGLMULTIDRAWARRAYSINDIRECTAMDPROC = Void Function(Uint32 mode, Pointer<NativeType> indirect, Uint32 primcount, Uint32 stride)

Implementation

typedef PFNGLMULTIDRAWARRAYSINDIRECTAMDPROC =
    Void Function(
      Uint32 mode,
      Pointer<NativeType> indirect,
      Uint32 primcount,
      Uint32 stride,
    );