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

Function ILAPIENTRY iDefaultWrite

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

Source from the content-addressed store, hash-verified

251
252
253ILint ILAPIENTRY iDefaultWrite(const void *Buffer, ILuint Size, ILuint Number, ILHANDLE Handle)
254{
255 return (ILint)fwrite(Buffer, Size, Number, (FILE*)Handle);
256}
257
258
259void ILAPIENTRY ilResetRead()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected