add create_swap_chain/new viewer creation API bindings to iOS

This commit is contained in:
Nick Fisher
2022-12-13 10:56:52 +08:00
parent 41d3d88e01
commit f8ba3cdf98
5 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,4 @@ extern "C" {
return (void*)viewer;
}
void create_swap_chain(void* viewer, void* texture) {
((FilamentViewer*)viewer)->createSwapChain(texture);
}
}