RenderThread_addTask function
- @Native<
Void Function(Pointer< (ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>(isLeaf: true)NativeFunction< )>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,
);