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

Function ILAPIENTRY iSeekWFile

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

Source from the content-addressed store, hash-verified

720
721
722ILint ILAPIENTRY iSeekWFile(ILint Offset, ILuint Mode)
723{
724 if (Mode == IL_SEEK_SET)
725 Offset += WriteFileStart; // This allows us to use IL_SEEK_SET in the middle of a file.
726 return SeekWProc(FileWrite, Offset, Mode);
727}
728
729
730// Returns 1 on error, 0 on success

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected