mgpuReadAsyncToPort function
- @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(
- Pointer<MGPUBuffer> buffer,
- Pointer<Void> outputData,
- int elementCount,
- int elementOffset,
- int elementType,
- int port,
- 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,
);