MCPcopy Create free account
hub / github.com/comaps/comaps / ResetSurface

Method ResetSurface

dev_sandbox/main_linux.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected