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

Function UtxFormatToDevIL

DevIL/src-IL/src/il_utx.cpp:300–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299
300ILenum UtxFormatToDevIL(ILuint Format)
301{
302 switch (Format)
303 {
304 case UTX_P8:
305 return IL_COLOR_INDEX;
306 case UTX_DXT1:
307 return IL_RGBA;
308 }
309 return IL_BGRA; // Should never reach here.
310}
311
312
313ILuint UtxFormatToBpp(ILuint Format)

Callers 1

iLoadUtxInternalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected