mgpuReadAsyncToPort function

  1. @Native<Void Function(Pointer<MGPUBuffer>, Pointer<Void>, Size, Size, Int, Int64, Int64)>(Pointer<ffi.MGPUBuffer>, Pointer<Void>, Size, Size, Int, Int64, Int64)>(symbol: 'mgpuReadAsyncToPort')
void mgpuReadAsyncToPort(
  1. Pointer<MGPUBuffer> buffer,
  2. Pointer<Void> outputData,
  3. int elementCount,
  4. int elementOffset,
  5. int elementType,
  6. int port,
  7. int token,
)

Implementation

@Native<
  Void Function(
    Pointer<ffi.MGPUBuffer>,
    Pointer<Void>,
    Size,
    Size,
    Int,
    Int64,
    Int64,
  )
>(symbol: 'mgpuReadAsyncToPort')
external void mgpuReadAsyncToPort(
  Pointer<ffi.MGPUBuffer> buffer,
  Pointer<Void> outputData,
  int elementCount,
  int elementOffset,
  int elementType,
  int port,
  int token,
);