PFNGLMULTIDRAWARRAYSINDIRECTBINDLESSCOUNTNVPROC typedef

PFNGLMULTIDRAWARRAYSINDIRECTBINDLESSCOUNTNVPROC = Void Function(Uint32 mode, Pointer<NativeType> indirect, Uint32 drawCount, Uint32 maxDrawCount, Uint32 stride, Int32 vertexBufferCount)

Implementation

typedef PFNGLMULTIDRAWARRAYSINDIRECTBINDLESSCOUNTNVPROC =
    Void Function(
      Uint32 mode,
      Pointer<NativeType> indirect,
      Uint32 drawCount,
      Uint32 maxDrawCount,
      Uint32 stride,
      Int32 vertexBufferCount,
    );