RenderThread_addTask function
- @Native<Void Function(Pointer<
NativeFunction< )>(ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>(isLeaf: true)Void Function()> >
- Pointer<
NativeFunction< taskVoid Function()> >
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>(isLeaf: true)
external void RenderThread_addTask(
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> task,
);