| 22 | namespace vkb |
| 23 | { |
| 24 | AndroidWindow::AndroidWindow(AndroidPlatform *platform, ANativeWindow *&window, const Window::Properties &properties) : |
| 25 | Window(properties), |
| 26 | handle{window}, |
| 27 | platform{platform} |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | VkSurfaceKHR AndroidWindow::create_surface(vkb::core::InstanceC &instance) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected