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

Function ilLoadKtxL

DevIL/src-IL/src/il_ktx.cpp:159–163  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a .ktx

Source from the content-addressed store, hash-verified

157
158//! Reads from a memory "lump" that contains a .ktx
159ILboolean ilLoadKtxL(const void *Lump, ILuint Size)
160{
161 iSetInputLump(Lump, Size);
162 return iLoadKtxInternal();
163}
164
165
166// Note: .Ktx support has not been tested yet!

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadKtxInternalFunction · 0.85

Tested by

no test coverage detected