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

Method Get

DevIL/cpp wrapper/il_wrap.cpp:773–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771
772
773ILvoid ilState::Get(ILenum Mode, ILboolean &Param)
774{
775 ilGetBooleanv(Mode, &Param);
776 return;
777}
778
779
780ILvoid ilState::Get(ILenum Mode, ILint &Param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected