Reads from a memory "lump" that contains a Pxr
| 72 | |
| 73 | //! Reads from a memory "lump" that contains a Pxr |
| 74 | ILboolean ilLoadPxrL(const void *Lump, ILuint Size) |
| 75 | { |
| 76 | iSetInputLump(Lump, Size); |
| 77 | return iLoadPxrInternal(); |
| 78 | } |
| 79 | |
| 80 | |
| 81 | // Internal function used to load the Pxr. |
no test coverage detected