Image_getChannelsRenderThread function

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

Implementation

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