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

Function ilGetCurName

DevIL/src-IL/src/il_stack.cpp:515–520  ·  view source on GitHub ↗

Returns the current index.

Source from the content-addressed store, hash-verified

513
514// Returns the current index.
515ILAPI ILuint ILAPIENTRY ilGetCurName()
516{
517 if (iCurImage == NULL || ImageStack == NULL || StackSize == 0)
518 return 0;
519 return CurName;
520}
521
522
523// Returns the current image.

Callers 15

ilFixImageFunction · 0.85
ILAPIENTRY ilGetIntegervFunction · 0.85
iGetBaseImageFunction · 0.85
ilReplaceCurImageFunction · 0.85
iLoadVtfInternalFunction · 0.85
il_devil.cppFile · 0.85
ILAPIENTRY ilCopyImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected