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

Function ilSetCurImage

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

To be only used when the original image is going to be set back almost immediately.

Source from the content-addressed store, hash-verified

529
530// To be only used when the original image is going to be set back almost immediately.
531ILAPI void ILAPIENTRY ilSetCurImage(ILimage *Image)
532{
533 iCurImage = Image;
534 return;
535}
536
537
538// Completely replaces the current image and the version in the image stack.

Callers 15

ILAPIENTRY iluSharpenFunction · 0.85
ILAPIENTRY iluRotateFunction · 0.85
ILAPIENTRY iluScale_Function · 0.85
iConvertPaletteFunction · 0.85
MakeD3D8CompliantFunction · 0.85
iD3D8CreateMipmapsFunction · 0.85
MakeD3D10CompliantFunction · 0.85
ilut_allegro.cppFile · 0.85
MakeD3D9CompliantFunction · 0.85
iD3D9CreateMipmapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected