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

Method Push

DevIL/include/IL/devil_cpp_wrapper.hpp:906–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906void ilState::Push(ILuint Bits = IL_ALL_ATTRIB_BITS)
907{
908 ilPushAttrib(Bits);
909 return;
910}
911
912//
913// ILERROR

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected