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

Function ILAPIENTRY iPutcLump

DevIL/src-IL/src/il_files.cpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676
677
678ILint ILAPIENTRY iPutcLump(ILubyte Char)
679{
680 if (WriteLumpPos >= WriteLumpSize)
681 return IL_EOF; // IL_EOF
682 *((ILubyte*)(WriteLump) + WriteLumpPos++) = Char;
683 return Char;
684}
685
686
687ILint ILAPIENTRY iWriteFile(const void *Buffer, ILuint Size, ILuint Number)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected