DevIL Documentation | Home | Previous | Next |
The iluMirror function mirrors an image over its y axis.
ILboolean iluMirror(
ILvoid
);
None
iluMirror mirrors an image across its y axis, making it appear backwards.
ILU_ILLEGAL_OPERATION - There is currently no image bound. Use ilGenImages and ilBindImage before calling this function.