DevIL Documentation Previous | ILUT | Next

 

ilutGLLoadImage

 

ilutGLLoadImage loads an image directly to an OpenGL texture, skipping the use of OpenIL image names.

 

GLuint ilutGLLoadImage(
  char * filename );


Parameters

 
filename
Name of the image to load


See Also

 
ilLoadImage, ilutWinLoadImage,