PFNGLMULTIDRAWELEMENTSINDIRECTBINDLESSNVPROC typedef

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

Implementation

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