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

Function LoadDXT4

common/dds.cpp:663–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 return true;
662}
663static bool LoadDXT4( QDataStream & s, const DDSHeader & header, QImage & img )
664{
665 if( !LoadDXT5(s, header, img) ) {
666 return false;
667 }
668 //UndoPremultiplyAlpha(img);
669 return true;
670}
671
672static bool LoadRXGB( QDataStream & s, const DDSHeader & header, QImage & img )
673{

Callers

nothing calls this directly

Calls 1

LoadDXT5Function · 0.85

Tested by

no test coverage detected