| 854 | } |
| 855 | |
| 856 | static void AppDestroyWin32Window(AppInstance &inst) { user32_handles->pfnDestroyWindow(inst.h_wnd); } |
| 857 | #endif // VK_USE_PLATFORM_WIN32_KHR |
| 858 | //----------------------------------------------------------- |
| 859 |
nothing calls this directly
no outgoing calls
no test coverage detected