fixes for Android transparency and add removeAsset method

This commit is contained in:
Nick Fisher
2022-07-11 19:12:49 +10:00
parent 84c27faa07
commit a8ef628316
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);
}