MCPcopy 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
70static void DestroySampler(Sampler* sampler)
71{
72 free((void*)sampler->m_Name);
73}
74
75static void DestroyTexture(Texture* texture)
76{

Callers 1

ClearSceneFunction · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected