DevIL Documentation Home | Previous | Next

ilutGLBindTexImage

The ilutGLBindTexImage function binds an image to a generated OpenGL texture.


GLuint ilutGLBindTexImage(
  ILvoid
);

Parameters

None

Remarks

Error Codes

ILUT_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.

See Also

ilGenImages, ilBindImage, ilutOglBuildMipmaps, ilutOglScreen, ilutGLTexImage