| DevIL Documentation | Home | Previous | Next | 
The ilInit function initializes DevIL.
ILvoid ilInit(
  ILvoid
);
None
ilInit starts DevIL and must be called prior to using DevIL, or else DevIL will probably crash when you attempt to use it.
None