///////////////////////////////////////////////////////
| 348 | |
| 349 | //////////////////////////////////////////////////////////// |
| 350 | bool WindowBase::createVulkanSurface(const VkInstance& instance, VkSurfaceKHR& surface, const VkAllocationCallbacks* allocator) |
| 351 | { |
| 352 | return m_impl ? m_impl->createVulkanSurface(instance, surface, allocator) : false; |
| 353 | } |
| 354 | |
| 355 | |
| 356 | //////////////////////////////////////////////////////////// |