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

Function iFlipDxt3

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

Source from the content-addressed store, hash-verified

2221}
2222
2223void iFlipDxt3(ILubyte* data, ILuint count)
2224{
2225 ILuint i;
2226 for (i = 0; i < count; ++i) {
2227 iFlipSimpleAlphaBlock((ILushort*)data);
2228 iFlipColorBlock(data + 8);
2229 data += 16; //advance to next block
2230 }
2231}
2232
2233void iFlipDxt5(ILubyte* data, ILuint count)
2234{

Callers

nothing calls this directly

Calls 2

iFlipSimpleAlphaBlockFunction · 0.85
iFlipColorBlockFunction · 0.85

Tested by

no test coverage detected