Image_getChannelsRenderThread function
- @Native<
Void Function(Pointer< (ffi.Pointer<TLinearImage>, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Uint32)>>)>(isLeaf: true)TLinearImage> , Pointer<NativeFunction< )>Void Function(Uint32)> >
- Pointer<
TLinearImage> tLinearImage, - Pointer<
NativeFunction< onCompleteVoid Function(Uint32)> >
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,
);