MCPcopy Create free account
hub / github.com/DentonW/DevIL / ilLoadPcdL

Function ilLoadPcdL

DevIL/src-IL/src/il_pcd.cpp:57–61  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a .pcd file

Source from the content-addressed store, hash-verified

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

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPcdInternalFunction · 0.85

Tested by

no test coverage detected