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