DevIL Documentation Previous | IL | Next

 

ilPopAttrib

 

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

 

ILvoid ilPopAttrib(
  ILvoid );


Parameters

 

None


Errors

 
IL_STACK_UNDERFLOW
The stack was popped without being pushed by ilPushAttrib.

See Also

 
ilPushAttrib,