Image_destroyRenderThread function
- @Native<Void Function(Pointer<
TLinearImage> , Uint32, VoidCallback)>(ffi.Pointer<TLinearImage>, ffi.Uint32, VoidCallback)>(isLeaf: true)
- Pointer<
TLinearImage> tLinearImage, - int requestId,
- VoidCallback onComplete
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<TLinearImage>, ffi.Uint32, VoidCallback)>(isLeaf: true)
external void Image_destroyRenderThread(
ffi.Pointer<TLinearImage> tLinearImage,
int requestId,
VoidCallback onComplete,
);