| 131 | |
| 132 | |
| 133 | struct 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 | |
| 144 | static QDataStream & operator>> ( QDataStream & s, DDSPixelFormat & pf ) |
| 145 | { |
nothing calls this directly
no outgoing calls
no test coverage detected