MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Destroy

Method Destroy

SampleFramework12/v1.00/Window.cpp:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void Window::Destroy()
268{
269 ::DestroyWindow(hwnd);
270 ::UnregisterClass(appName.c_str(), hinstance);
271}
272
273LRESULT Window::MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
274{

Callers 2

UpdateMethod · 0.80
ExitMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected