DevIL Documentation Previous | ILUT | Next

 

ilutPopAttrib

 

ilutPopAttrib pops the last pushed stack entry off the stack and copies the bits specified when pushed by ilutPushAttrib to the previous set of states.

 

ILvoid ilutPopAttrib(
  ILvoid );


Parameters

 

None


Errors

 
ILUT_STACK_UNDERFLOW
The stack was popped without being pushed by ilutPushAttrib.

See Also

 
ilutPushAttrib,