MCPcopy 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
241void App::DestroyPSOs_Internal()
242{
243 spriteRenderer.DestroyPSOs();
244 ImGuiHelper::DestroyPSOs();
245
246 DestroyPSOs();
247}
248
249void App::ToggleFullScreen(bool fullScreen)
250{

Callers 1

OnWindowResizedMethod · 0.80

Calls 2

DestroyPSOsFunction · 0.85
DestroyPSOsMethod · 0.45

Tested by

no test coverage detected