Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DestroyGlyphBank
Function
DestroyGlyphBank
engine/render/src/test/test_render_script.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
static void DestroyGlyphBank(dmRenderDDF::GlyphBank* bank)
90
{
91
delete[] bank->m_Glyphs.m_Data;
92
delete bank;
93
}
94
95
class dmRenderScriptTest : public jc_test_base_class
96
{
Callers
1
TearDown
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected