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

Class DDSPixelFormat

common/dds.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133struct DDSPixelFormat {
134 uint size;
135 uint flags;
136 uint fourcc;
137 uint bitcount;
138 uint rmask;
139 uint gmask;
140 uint bmask;
141 uint amask;
142};
143
144static QDataStream & operator>> ( QDataStream & s, DDSPixelFormat & pf )
145{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected