MCPcopy Create free account
hub / github.com/DentonW/DevIL / ilLoadSunF

Function ilLoadSunF

DevIL/src-IL/src/il_sun.cpp:177–188  ·  view source on GitHub ↗

Reads an already-opened Sun file

Source from the content-addressed store, hash-verified

175
176//! Reads an already-opened Sun file
177ILboolean ilLoadSunF(ILHANDLE File)
178{
179 ILuint FirstPos;
180 ILboolean bRet;
181
182 iSetInputFile(File);
183 FirstPos = itell();
184 bRet = iLoadSunInternal();
185 iseek(FirstPos, IL_SEEK_SET);
186
187 return bRet;
188}
189
190
191//! Reads from a memory "lump" that contains a Sun

Callers 2

ilLoadSunFunction · 0.85
ILAPIENTRY ilLoadFFunction · 0.85

Calls 2

iSetInputFileFunction · 0.85
iLoadSunInternalFunction · 0.85

Tested by

no test coverage detected