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