MCPcopy 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
127void Font::deinit()
128{
129 if(textureID)
130 {
131 glDeleteTextures(1, &textureID);
132 textureID = 0;
133 }
134}
135
136void Font::buildAtlas(ResourceData data)
137{

Callers 1

launchGameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected