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

Class DDSHeader

common/dds.cpp:173–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173struct DDSHeader {
174 uint size;
175 uint flags;
176 uint height;
177 uint width;
178 uint pitch;
179 uint depth;
180 uint mipmapcount;
181 uint reserved[11];
182 DDSPixelFormat pf;
183 DDSCaps caps;
184 uint notused;
185};
186
187static QDataStream & operator>> ( QDataStream & s, DDSHeader & header )
188{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected