MCPcopy Create free account
hub / github.com/defold/defold / DestroyTexture

Function DestroyTexture

engine/modelc/src/modelimporter.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static void DestroyTexture(Texture* texture)
76{
77 free((void*)texture->m_Name);
78}
79
80static void DestroyImage(Image* image)
81{

Callers 1

ClearSceneFunction · 0.70

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected