Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ unload
Method
unload
src/resources/TextureResource.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void TextureResource::unload(const ResourceManager& rm)
21
{
22
deinit();
23
}
24
25
void TextureResource::reload(const ResourceManager& rm)
26
{
Callers
1
unloadAll
Method · 0.45
Calls
1
deinit
Function · 0.50
Tested by
no test coverage detected