Reads from a raw memory "lump"
| 61 | |
| 62 | //! Reads from a raw memory "lump" |
| 63 | ILboolean ilLoadRawL(const void *Lump, ILuint Size) |
| 64 | { |
| 65 | iSetInputLump(Lump, Size); |
| 66 | return iLoadRawInternal(); |
| 67 | } |
| 68 | |
| 69 | |
| 70 | // Internal function to load a raw image |
no test coverage detected