Engine_flushAndWaitRenderThread function

  1. @Native<Void Function(Pointer<TEngine>, Uint32, VoidCallback)>(ffi.Pointer<TEngine>, ffi.Uint32, VoidCallback)>(isLeaf: true)
void Engine_flushAndWaitRenderThread(
  1. Pointer<TEngine> tEngine,
  2. int requestId,
  3. VoidCallback onComplete
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TEngine>, ffi.Uint32, VoidCallback)>(
    isLeaf: true)
external void Engine_flushAndWaitRenderThread(
  ffi.Pointer<TEngine> tEngine,
  int requestId,
  VoidCallback onComplete,
);