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