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

Function ilLoadWdpF

DevIL/src-IL/src/il_wdp.cpp:58–69  ·  view source on GitHub ↗

Reads an already-opened WDP file

Source from the content-addressed store, hash-verified

56
57//! Reads an already-opened WDP file
58ILboolean ilLoadWdpF(ILHANDLE File)
59{
60 ILuint FirstPos;
61 ILboolean bRet;
62
63 iSetInputFile(File);
64 FirstPos = itell();
65 bRet = iLoadWdpInternal();
66 iseek(FirstPos, IL_SEEK_SET);
67
68 return bRet;
69}
70
71
72//! Reads from a memory "lump" that contains a WDP

Callers 1

ilLoadWdpFunction · 0.85

Calls 2

iSetInputFileFunction · 0.85
iLoadWdpInternalFunction · 0.85

Tested by

no test coverage detected