MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / destroyTextureCache

Method destroyTextureCache

platform/sdl/knativescreenSDL.cpp:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682void KNativeScreenSDL::destroyTextureCache() {
683 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(wndCacheMutex);
684 wndCache.clear();
685}
686
687void KNativeScreenSDL::destroyMainWindow() {
688 destroyTextureCache();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected