File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,10 @@ struct CMP_CMIPS
164164 void FreeMipSet (CMP_MipSet* pMipSet); // Removes entire mipset
165165 void FreeMipLevelData (CMP_MipLevel* pMipLevel); // removes a single miplevel generated by ...MipLevelData()
166166
167+ // TODO: We need to swap all uses to use this rather than the formatless one, OR to track the format inside the miplevel
168+ // This is due to the differing requirements for freeing Vec8's used for CMP_BASIS, which is usually disabled. - ProbablePrime
169+ void FreeMipLevelData (CMP_MipLevel* pMipLevel, CMP_FORMAT setFormat); // Format overload for FreeMipLevelData.
170+
167171 bool AllocateCompressedDestBuffer (CMP_MipSet* SourceTexture, CMP_FORMAT format, CMP_MipSet* DestTexture);
168172
169173 // Progress
You can’t perform that action at this time.
0 commit comments