Image_getBytes function
- @Native<Pointer<
Float> Function(Pointer<TLinearImage> )>(ffi.Pointer<TLinearImage>)>(isLeaf: true)
- Pointer<
TLinearImage> tLinearImage
Implementation
@ffi.Native<ffi.Pointer<ffi.Float> Function(ffi.Pointer<TLinearImage>)>(
isLeaf: true)
external ffi.Pointer<ffi.Float> Image_getBytes(
ffi.Pointer<TLinearImage> tLinearImage,
);