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

Method Get

DevIL/include/IL/devil_cpp_wrapper.hpp:858–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858void ilState::Get(ILenum Mode, ILboolean &Param)
859{
860 ilGetBooleanv(Mode, &Param);
861 return;
862}
863
864void ilState::Get(ILenum Mode, ILint &Param)
865{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected