Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DestroySampler
Function
DestroySampler
engine/modelc/src/modelimporter.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
static void DestroySampler(Sampler* sampler)
71
{
72
free((void*)sampler->m_Name);
73
}
74
75
static void DestroyTexture(Texture* texture)
76
{
Callers
1
ClearScene
Function · 0.85
Calls
1
free
Function · 0.85
Tested by
no test coverage detected