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

Method Pop

DevIL/cpp wrapper/il_wrap.cpp:823–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821
822
823ILvoid ilState::Pop()
824{
825 ilPopAttrib();
826 return;
827}
828
829
830ILvoid ilState::Push(ILuint Bits = IL_ALL_ATTRIB_BITS)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected