Reads from a memory "lump" that contains a DPX
| 57 | |
| 58 | //! Reads from a memory "lump" that contains a DPX |
| 59 | ILboolean ilLoadDpxL(const void *Lump, ILuint Size) |
| 60 | { |
| 61 | iSetInputLump(Lump, Size); |
| 62 | return iLoadDpxInternal(); |
| 63 | } |
| 64 | |
| 65 | |
| 66 | ILboolean DpxGetFileInfo(DPX_FILE_INFO *FileInfo) |
no test coverage detected