Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ DestroyPSOs_Internal
Method
DestroyPSOs_Internal
SampleFramework12/v1.00/App.cpp:241–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
void App::DestroyPSOs_Internal()
242
{
243
spriteRenderer.DestroyPSOs();
244
ImGuiHelper::DestroyPSOs();
245
246
DestroyPSOs();
247
}
248
249
void App::ToggleFullScreen(bool fullScreen)
250
{
Callers
1
OnWindowResized
Method · 0.80
Calls
2
DestroyPSOs
Function · 0.85
DestroyPSOs
Method · 0.45
Tested by
no test coverage detected