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

Function DestroyImage

engine/modelc/src/modelimporter.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static void DestroyImage(Image* image)
81{
82 free((void*)image->m_Name);
83 free((void*)image->m_Uri);
84 free((void*)image->m_MimeType);
85 //buffer->m_Buffer Memory owned by the gltf data
86}
87
88static void DestroyMesh(Mesh* mesh)
89{

Callers 1

ClearSceneFunction · 0.70

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected