MCPcopy Create free account
hub / github.com/codestation/qcma / LoadDXT2

Function LoadDXT2

common/dds.cpp:606–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606static bool LoadDXT2( QDataStream & s, const DDSHeader & header, QImage & img )
607{
608 if( !LoadDXT3(s, header, img) ) {
609 return false;
610 }
611 //UndoPremultiplyAlpha(img);
612 return true;
613}
614
615static bool LoadDXT5( QDataStream & s, const DDSHeader & header, QImage & img )
616{

Callers

nothing calls this directly

Calls 1

LoadDXT3Function · 0.85

Tested by

no test coverage detected