Image_getBytesRenderThread function

  1. @Native<Void Function(Pointer<TLinearImage>, Pointer<NativeFunction<Void Function(Pointer<Float>)>>)>(ffi.Pointer<TLinearImage>, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Float>)>>)>(isLeaf: true)
void Image_getBytesRenderThread(
  1. Pointer<TLinearImage> tLinearImage,
  2. Pointer<NativeFunction<Void Function(Pointer<Float>)>> onComplete
)

Implementation

@ffi.Native<
        ffi.Void Function(
            ffi.Pointer<TLinearImage>,
            ffi.Pointer<
                ffi
                .NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Float>)>>)>(
    isLeaf: true)
external void Image_getBytesRenderThread(
  ffi.Pointer<TLinearImage> tLinearImage,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Float>)>>
      onComplete,
);