Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ ~Window
Method
~Window
SampleFramework12/v1.00/Window.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
Window::~Window()
52
{
53
::DestroyWindow(hwnd);
54
::UnregisterClass(appName.c_str(), hinstance);
55
}
56
57
HWND Window::GetHwnd() const
58
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected