Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Push
Method
Push
DevIL/cpp wrapper/il_wrap.cpp:830–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
829
830
ILvoid ilState::Push(ILuint Bits = IL_ALL_ATTRIB_BITS)
831
{
832
ilPushAttrib(Bits);
833
return;
834
}
835
836
837
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected