DevIL Documentation Home | Previous | Next

iluMirror

The iluMirror function mirrors an image over its y axis.

ILboolean iluMirror(
  ILvoid
);


Parameters

None

Remarks

iluMirror mirrors an image across its y axis, making it appear backwards.

Error Codes

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

See Also

ilGenImages, ilBindImage