Reads from a memory "lump" that contains a .ktx
| 157 | |
| 158 | //! Reads from a memory "lump" that contains a .ktx |
| 159 | ILboolean 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! |
no test coverage detected