Engine_createFenceRenderThread function

  1. @Native<Void Function(Pointer<TEngine>, Pointer<NativeFunction<Void Function(Pointer<TFence>)>>)>(ffi.Pointer<TEngine>, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TFence>)>>)>(isLeaf: true)
void Engine_createFenceRenderThread(
  1. Pointer<TEngine> tEngine,
  2. Pointer<NativeFunction<Void Function(Pointer<TFence>)>> onComplete
)

Implementation

@ffi.Native<
        ffi.Void Function(
            ffi.Pointer<TEngine>,
            ffi.Pointer<
                ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TFence>)>>)>(
    isLeaf: true)
external void Engine_createFenceRenderThread(
  ffi.Pointer<TEngine> tEngine,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TFence>)>>
      onComplete,
);