add setTexture to Android API

This commit is contained in:
Nick Fisher
2022-08-15 19:01:37 +10:00
parent 2cd6cbe8ec
commit 3ed96c4612
3 changed files with 15 additions and 1 deletions

View File

@@ -71,4 +71,7 @@ interface FilamentInterop : Library {
fun remove_ibl(viewer:Pointer);
fun set_background_image(viewer:Pointer, path:String);
fun set_texture(asset:Pointer, path:String, renderableIndex:Int);
}