Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
void Window::Destroy()
268
{
269
::DestroyWindow(hwnd);
270
::UnregisterClass(appName.c_str(), hinstance);
271
}
272
273
LRESULT Window::MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
274
{
Callers
2
Update
Method · 0.80
Exit
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected