mgpuCopyBufferToSharedOutputTextureAsyncToPort function

  1. @Native<Void Function(Pointer<MGPUBuffer>, Pointer<MGPUSharedOutputTexture>, Int64, Int64)>(Pointer<ffi.MGPUBuffer>, Pointer<ffi.MGPUSharedOutputTexture>, Int64, Int64)>(symbol: 'mgpuCopyBufferToSharedOutputTextureAsyncToPort')
void mgpuCopyBufferToSharedOutputTextureAsyncToPort(
  1. Pointer<MGPUBuffer> buf,
  2. Pointer<MGPUSharedOutputTexture> dst,
  3. int port,
  4. int token,
)

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,
);