MCPcopy Create free account
hub / github.com/crownengine/crown / imageFree

Function imageFree

3rdparty/bimg/src/image.cpp:3345–3348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3343 }
3344
3345 void imageFree(ImageContainer* _imageContainer)
3346 {
3347 bx::alignedFree(_imageContainer->m_allocator, _imageContainer, 16);
3348 }
3349
3350// DDS
3351#define DDS_MAGIC BX_MAKEFOURCC('D', 'D', 'S', ' ')

Callers 6

convertFunction · 0.85
mainFunction · 0.85
imageEncodeFunction · 0.85
imageParseFunction · 0.85
imageDecodeToBgra8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected