Reads from a memory "lump" that contains a Pix
| 111 | |
| 112 | //! Reads from a memory "lump" that contains a Pix |
| 113 | ILboolean ilLoadPixL(const void *Lump, ILuint Size) |
| 114 | { |
| 115 | iSetInputLump(Lump, Size); |
| 116 | return iLoadPixInternal(); |
| 117 | } |
| 118 | |
| 119 | |
| 120 | // Internal function used to load the Pix. |
no test coverage detected