Image_destroyRenderThread function

  1. @Native<Void Function(Pointer<TLinearImage>, Uint32, VoidCallback)>(ffi.Pointer<TLinearImage>, ffi.Uint32, VoidCallback)>(isLeaf: true)
void Image_destroyRenderThread(
  1. Pointer<TLinearImage> tLinearImage,
  2. int requestId,
  3. 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,
);