Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void App::BeforeReset_Internal()
221
{
222
// Need this in order to resize the swap chain
223
DX12::FlushGPU();
224
225
BeforeReset();
226
}
227
228
void App::AfterReset_Internal()
229
{
Callers
1
OnWindowResized
Method · 0.80
Calls
1
FlushGPU
Function · 0.85
Tested by
no test coverage detected