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

Function CMP_GetMipLevel

cmp_framework/compute_base.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void CMP_API CMP_GetMipLevel(CMP_MipLevel** data, const CMP_MipSet* pMipSet, int nMipLevel, int nFaceOrSlice)
647{
648 CMP_CMIPS CMips;
649 *data = CMips.GetMipLevel(pMipSet, nMipLevel, nFaceOrSlice);
650}
651
652//==============================
653// FILE IO static plugin libs

Callers 7

MipSetToTextureFunction · 0.85
ProcessCMDLineFunction · 0.85
mipmap_tests.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

GetMipLevelMethod · 0.80

Tested by 2

mainFunction · 0.68
mainFunction · 0.68