PFNGLMULTIDRAWMESHTASKSINDIRECTCOUNTNVPROC typedef

PFNGLMULTIDRAWMESHTASKSINDIRECTCOUNTNVPROC = Void Function(Pointer<NativeType> indirect, Pointer<NativeType> drawcount, Uint32 maxdrawcount, Uint32 stride)

Implementation

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