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

Method GetString

DevIL/include/IL/devil_cpp_wrapper.hpp:880–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880const char *ilState::GetString(ILenum StringName)
881{
882 return ilGetString(StringName);
883}
884
885ILboolean ilState::IsDisabled(ILenum Mode)
886{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected