| 340 | } |
| 341 | |
| 342 | VkSurfaceKHR GlfwWindow::create_surface(vkb::core::InstanceC &instance) |
| 343 | { |
| 344 | return create_surface(instance.get_handle(), VK_NULL_HANDLE); |
| 345 | } |
| 346 | |
| 347 | VkSurfaceKHR GlfwWindow::create_surface(VkInstance instance, VkPhysicalDevice) |
| 348 | { |
no test coverage detected