mgpuWriteUint64 function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<MGPUBuffer>, ffi.Pointer<ffi.Uint64>, ffi.Size)>()
external void mgpuWriteUint64(
ffi.Pointer<MGPUBuffer> buffer,
ffi.Pointer<ffi.Uint64> inputData,
int byteSize,
);