Reads from a memory "lump" that contains a .pcd file
| 55 | |
| 56 | //! Reads from a memory "lump" that contains a .pcd file |
| 57 | ILboolean ilLoadPcdL(const void *Lump, ILuint Size) |
| 58 | { |
| 59 | iSetInputLump(Lump, Size); |
| 60 | return iLoadPcdInternal(); |
| 61 | } |
| 62 | |
| 63 | |
| 64 | void YCbCr2RGB(ILubyte Y, ILubyte Cb, ILubyte Cr, ILubyte *r, ILubyte *g, ILubyte *b) |
no test coverage detected