MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / FreeMipLevelData

Method FreeMipLevelData

cmp_framework/common/cmp_mips.cpp:1166–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164}
1165
1166void CMP_CMIPS::FreeMipLevelData(CMP_MipLevel* pMipLevel)
1167{
1168 if (pMipLevel->m_pbData)
1169 {
1170 free(pMipLevel->m_pbData);
1171 pMipLevel->m_pbData = NULL;
1172 }
1173}
1174
1175bool CMP_CMIPS::AllocateCompressedDestBuffer(CMP_MipSet* SourceTexture, CMP_FORMAT format, CMP_MipSet* DestTexture)
1176{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected