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