MCPcopy 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
50SwapChain::~SwapChain()
51{
52 Assert_(swapChain == nullptr);
53 Shutdown();
54}
55
56void SwapChain::Initialize(HWND outputWindow)
57{

Callers

nothing calls this directly

Calls 1

ShutdownFunction · 0.70

Tested by

no test coverage detected