MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY ilLoadDataL

Function ILAPIENTRY ilLoadDataL

DevIL/src-IL/src/il_rawdata.cpp:62–66  ·  view source on GitHub ↗

Reads from a raw data memory "lump"

Source from the content-addressed store, hash-verified

60
61//! Reads from a raw data memory "lump"
62ILboolean ILAPIENTRY ilLoadDataL(void *Lump, ILuint Size, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp)
63{
64 iSetInputLump(Lump, Size);
65 return iLoadDataInternal(Width, Height, Depth, Bpp);
66}
67
68
69// Internal function to load a raw data image

Callers

nothing calls this directly

Calls 2

iSetInputLumpFunction · 0.85
iLoadDataInternalFunction · 0.85

Tested by

no test coverage detected