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

Function ILAPIENTRY ilGetCurImage

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

Returns the current image.

Source from the content-addressed store, hash-verified

522
523// Returns the current image.
524ILAPI ILimage* ILAPIENTRY ilGetCurImage()
525{
526 return iCurImage;
527}
528
529
530// To be only used when the original image is going to be set back almost immediately.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected