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

Function ILAPIENTRY iSizePutc

DevIL/src-IL/src/il_size.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58ILint ILAPIENTRY iSizePutc(ILubyte Char)
59{
60 CurPos++;
61 if (CurPos > MaxPos)
62 MaxPos = CurPos;
63 return Char;
64}
65
66ILint ILAPIENTRY iSizeWrite(const void *Buffer, ILuint Size, ILuint Number)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected