DevIL Documentation | Home | Previous | Next |
The ilutSetInteger function sets the value of a selected mode.
ILvoid ilutSetInteger(
ILenum Mode,
ILint Param
);
ilutSetInteger is ilutGetInteger's counterpart.
IL_INVALID_ENUM - Mode was an invalid enum.
IL_INVALID_PARAM - Param was not in range.