mgpuCopyBufferToSharedOutputTextureAsyncToPort function
- @Native<Void Function(Pointer<
MGPUBuffer> , Pointer<MGPUSharedOutputTexture> , Int64, Int64)>(Pointer<ffi.MGPUBuffer>, Pointer<ffi.MGPUSharedOutputTexture>, Int64, Int64)>(symbol: 'mgpuCopyBufferToSharedOutputTextureAsyncToPort')
Implementation
@Native<
Void Function(
Pointer<ffi.MGPUBuffer>,
Pointer<ffi.MGPUSharedOutputTexture>,
Int64,
Int64,
)
>(symbol: 'mgpuCopyBufferToSharedOutputTextureAsyncToPort')
external void mgpuCopyBufferToSharedOutputTextureAsyncToPort(
Pointer<ffi.MGPUBuffer> buf,
Pointer<ffi.MGPUSharedOutputTexture> dst,
int port,
int token,
);