fixes for Android transparency and add removeAsset method

This commit is contained in:
Nick Fisher
2022-07-11 19:12:49 +10:00
parent f65c7ab50b
commit e3ab9ced81
10 changed files with 139 additions and 500 deletions

View File

@@ -62,4 +62,7 @@ interface FilamentInterop : Library {
fun release_source_assets(viewer:Pointer);
fun remove_asset(viewer:Pointer);
}