wgpun_BufferReadSync function
Implementation
@ffi.Native<
ffi.Uint64 Function(
ffi.Uint64,
ffi.Uint64,
ffi.Uint64,
ffi.Uint64,
ffi.Pointer<ffi.Uint8>,
)
>()
external int wgpun_BufferReadSync(
int device,
int buffer,
int offset,
int size,
ffi.Pointer<ffi.Uint8> output,
);