DevIL Documentation | Home | Previous | Next |
The iluLoadImage function loads an image and returns an image id for it.
ILuint iluLoadImage(
char *FileName);
iluLoadImage is exactly like ilLoadImage, except it returns an ILuint instead of an ILboolean. The ILuint returned is the image id, so you do not have to call ilBindImage beforehand.
Same as ilLoadImage and ilBindImage.