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