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

Function ilLoadPxrL

DevIL/src-IL/src/il_pxr.cpp:74–78  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a Pxr

Source from the content-addressed store, hash-verified

72
73//! Reads from a memory "lump" that contains a Pxr
74ILboolean 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.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPxrInternalFunction · 0.85

Tested by

no test coverage detected