wgpun_CommandEncoderCopyBufferToBuffer function
- @Native<Uint8 Function(Uint64, Uint64, Uint64, Uint64, Uint64, Uint64)>(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64)>()
int
wgpun_CommandEncoderCopyBufferToBuffer(
- int encoder,
- int source,
- int source_offset,
- int destination,
- int destination_offset,
- 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,
);