Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ ~SwapChain
Method
~SwapChain
SampleFramework12/v1.00/Graphics/SwapChain.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
SwapChain::~SwapChain()
51
{
52
Assert_(swapChain == nullptr);
53
Shutdown();
54
}
55
56
void SwapChain::Initialize(HWND outputWindow)
57
{
Callers
nothing calls this directly
Calls
1
Shutdown
Function · 0.70
Tested by
no test coverage detected