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