Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ILAPIENTRY ilGetLumpPos
Function
ILAPIENTRY ilGetLumpPos
DevIL/src-IL/src/il_files.cpp:377–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
376
377
ILuint ILAPIENTRY ilGetLumpPos()
378
{
379
if (WriteLump)
380
return WriteLumpPos;
381
return 0;
382
}
383
384
385
ILuint ILAPIENTRY ilprintf(const char *Line, ...)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected