Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void KNativeScreenSDL::clearTextureCache(U32 id) {
332
BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(wndCacheMutex);
333
wndCache.clear();
334
}
335
336
bool KNativeScreenSDL::canBltToScreen() {
337
return additionalSDLWindowFlags == 0;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected