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

Method GetBool

DevIL/cpp wrapper/il_wrap.cpp:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785
786
787ILboolean ilState::GetBool(ILenum Mode)
788{
789 return ilGetBoolean(Mode);
790}
791
792
793ILint ilState::GetInt(ILenum Mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected