GltfResourceLoader_asyncGetLoadProgressRenderThread function
- @Native<
Void Function(Pointer< (ffi.Pointer<TGltfResourceLoader>, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Float)>>)>(isLeaf: true)TGltfResourceLoader> , Pointer<NativeFunction< )>Void Function(Float)> >
- Pointer<
TGltfResourceLoader> tGltfResourceLoader, - Pointer<
NativeFunction< callbackVoid Function(Float)> >
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TGltfResourceLoader>,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Float)>>)>(
isLeaf: true)
external void GltfResourceLoader_asyncGetLoadProgressRenderThread(
ffi.Pointer<TGltfResourceLoader> tGltfResourceLoader,
ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Float)>> callback,
);