Reads from a memory "lump" that contains a VTF
| 208 | |
| 209 | //! Reads from a memory "lump" that contains a VTF |
| 210 | ILboolean ilLoadVtfL(const void *Lump, ILuint Size) |
| 211 | { |
| 212 | iSetInputLump(Lump, Size); |
| 213 | return iLoadVtfInternal(); |
| 214 | } |
| 215 | |
| 216 | |
| 217 | // Internal function used to load the VTF. |
no test coverage detected