DevIL Documentation Home | Previous | Next

ilutGLLoadImage

The ilutGLLoadImage function loads an image to an OpenGL texture.


GLuint ilutGLLoadImage(
  char *FileName
);

Parameters

FileName
Name of the image file to load.

Remarks

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

Error Codes

None

See Also

ilLoadImage, ilutWinLoadImage