MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / BeforeReset_Internal

Method BeforeReset_Internal

SampleFramework12/v1.00/App.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void App::BeforeReset_Internal()
221{
222 // Need this in order to resize the swap chain
223 DX12::FlushGPU();
224
225 BeforeReset();
226}
227
228void App::AfterReset_Internal()
229{

Callers 1

OnWindowResizedMethod · 0.80

Calls 1

FlushGPUFunction · 0.85

Tested by

no test coverage detected