| 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', ' ') |
no outgoing calls
no test coverage detected