update generated bindings

This commit is contained in:
Nick Fisher
2025-04-16 18:01:47 +08:00
parent da87442b3a
commit 2b00d374e0

View File

@@ -2754,6 +2754,18 @@ external void GltfResourceLoader_addResourceDataRenderThread(
ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> callback,
);
@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,
);
@ffi.Native<
ffi.Void Function(
ffi.Pointer<TEngine>,
@@ -2854,16 +2866,14 @@ external bool GltfResourceLoader_asyncBeginLoad(
ffi.Pointer<TFilamentAsset> tFilamentAsset,
);
@ffi.Native<
ffi.Void Function(ffi.Pointer<TGltfResourceLoader>)>(isLeaf: true)
@ffi.Native<ffi.Void Function(ffi.Pointer<TGltfResourceLoader>)>(isLeaf: true)
external void GltfResourceLoader_asyncUpdateLoad(
ffi.Pointer<TGltfResourceLoader> tGltfResourceLoader
ffi.Pointer<TGltfResourceLoader> tGltfResourceLoader,
);
@ffi.Native<
ffi.Double Function(ffi.Pointer<TGltfResourceLoader>)>(isLeaf: true)
@ffi.Native<ffi.Float Function(ffi.Pointer<TGltfResourceLoader>)>(isLeaf: true)
external double GltfResourceLoader_asyncGetLoadProgress(
ffi.Pointer<TGltfResourceLoader> tGltfResourceLoader
ffi.Pointer<TGltfResourceLoader> tGltfResourceLoader,
);
@ffi.Native<