MCPcopy Create free account
hub / github.com/DentonW/DevIL / iFlipDxt1

Function iFlipDxt1

DevIL/src-IL/src/il_dds.cpp:2213–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2211}
2212
2213void iFlipDxt1(ILubyte* data, ILuint count)
2214{
2215 ILuint i;
2216
2217 for (i = 0; i < count; ++i) {
2218 iFlipColorBlock(data);
2219 data += 8; //advance to next block
2220 }
2221}
2222
2223void iFlipDxt3(ILubyte* data, ILuint count)
2224{

Callers

nothing calls this directly

Calls 1

iFlipColorBlockFunction · 0.85

Tested by

no test coverage detected