| 74 | } |
| 75 | |
| 76 | void ResetSurface() |
| 77 | { |
| 78 | if (m_drawContext) |
| 79 | m_drawContext->ResetSurface(false); |
| 80 | |
| 81 | vkDestroySurfaceKHR(m_vulkanInstance, m_surface, nullptr); |
| 82 | } |
| 83 | }; |
| 84 | |
| 85 | // Based on: https://github.com/glfw/glfw/blob/master/src/glx_context.c |
no outgoing calls
no test coverage detected