DevIL Documentation | Home | Previous | Next |
The ilutGLLoadImage function loads an image to an OpenGL texture.
GLuint ilutGLLoadImage(
char *FileName
);
ilutGLLoadImage loads an image directly to an OpenGL texture, skipping the use of OpenIL image names.
None