wgpun_QueueWriteBuffer function

  1. @Native<Void Function(Uint64, Uint64, Uint64, Pointer<Uint8>, Uint64)>(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Pointer<ffi.Uint8>, ffi.Uint64)>()
void wgpun_QueueWriteBuffer(
  1. int queue,
  2. int buffer,
  3. int offset,
  4. Pointer<Uint8> data,
  5. int size,
)

Implementation

@ffi.Native<
  ffi.Void Function(
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
    ffi.Pointer<ffi.Uint8>,
    ffi.Uint64,
  )
>()
external void wgpun_QueueWriteBuffer(
  int queue,
  int buffer,
  int offset,
  ffi.Pointer<ffi.Uint8> data,
  int size,
);