Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ deinit
Method
deinit
src/Font.cpp:127–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void Font::deinit()
128
{
129
if(textureID)
130
{
131
glDeleteTextures(1, &textureID);
132
textureID = 0;
133
}
134
}
135
136
void Font::buildAtlas(ResourceData data)
137
{
Callers
1
launchGame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected