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

Method clearTextureCache

platform/sdl/knativescreenSDL.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void KNativeScreenSDL::clearTextureCache(U32 id) {
332 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(wndCacheMutex);
333 wndCache.clear();
334}
335
336bool KNativeScreenSDL::canBltToScreen() {
337 return additionalSDLWindowFlags == 0;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected