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

Function ILAPIENTRY iDefaultRead

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

Source from the content-addressed store, hash-verified

192
193
194ILint ILAPIENTRY iDefaultRead(void *Buffer, ILuint Size, ILuint Number, ILHANDLE Handle)
195{
196 return (ILint)fread(Buffer, Size, Number, (FILE*)Handle);
197}
198
199
200ILint ILAPIENTRY iDefaultRSeek(ILHANDLE Handle, ILint Offset, ILint Mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected