MCPcopy 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
51Window::~Window()
52{
53 ::DestroyWindow(hwnd);
54 ::UnregisterClass(appName.c_str(), hinstance);
55}
56
57HWND Window::GetHwnd() const
58{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected