Engine_createViewRenderThread function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<TEngine>,
ffi.Pointer<
ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TView>)>>)>(
isLeaf: true)
external void Engine_createViewRenderThread(
ffi.Pointer<TEngine> tEngine,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<TView>)>>
onComplete,
);