add android bindings for bg image transform

This commit is contained in:
Nick Fisher
2022-09-05 12:39:48 +10:00
parent 060df5f16e
commit 8eb2d8d658
2 changed files with 8 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ interface FilamentInterop : Library {
fun remove_ibl(viewer:Pointer);
fun set_background_image(viewer:Pointer, path:String);
fun set_background_image_position(viewer:Pointer, x:Float, y:Float);
fun load_texture(asset:Pointer, path:String, renderableIndex:Int);
fun set_texture(asset:Pointer);