wgpun_CommandEncoderCopyBufferToBuffer function

  1. @Native<Uint8 Function(Uint64, Uint64, Uint64, Uint64, Uint64, Uint64)>(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64)>()
int wgpun_CommandEncoderCopyBufferToBuffer(
  1. int encoder,
  2. int source,
  3. int source_offset,
  4. int destination,
  5. int destination_offset,
  6. int size,
)

Implementation

@ffi.Native<
  ffi.Uint8 Function(
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
  )
>()
external int wgpun_CommandEncoderCopyBufferToBuffer(
  int encoder,
  int source,
  int source_offset,
  int destination,
  int destination_offset,
  int size,
);