Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DestroyBuffer
Function
DestroyBuffer
engine/modelc/src/modelimporter.cpp:173–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
static void DestroyBuffer(Buffer* buffer)
174
{
175
free((void*)buffer->m_Uri);
176
//buffer->m_Buffer Memory owned by the gltf data
177
}
178
179
bool Validate(Scene* scene)
180
{
Callers
1
ClearScene
Function · 0.70
Calls
1
free
Function · 0.85
Tested by
no test coverage detected