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

Function CMP_FreeMipSet

cmp_framework/compute_base.cpp:700–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void CMP_API CMP_FreeMipSet(CMP_MipSet* MipSetIn)
701{
702 if (!MipSetIn)
703 return;
704
705 if (MipSetIn->m_pMipLevelTable)
706 {
707 CMP_CMIPS CMips;
708 CMips.FreeMipSet(MipSetIn);
709 MipSetIn->m_pMipLevelTable = NULL;
710 }
711}
712
713char toupperChar(char ch)
714{

Callers 9

generateMipmapsMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

FreeMipSetMethod · 0.80

Tested by 2

mainFunction · 0.68
mainFunction · 0.68