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

Method Pop

DevIL/include/IL/devil_cpp_wrapper.hpp:900–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900void ilState::Pop()
901{
902 ilPopAttrib();
903 return;
904}
905
906void ilState::Push(ILuint Bits = IL_ALL_ATTRIB_BITS)
907{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected