DevIL Documentation | Home | Previous | Next |
The ilSetDuration function sets the duration of the current image.
ILboolean ilSetDuration(
ILuint Duration
);
ilSetDuration allows you to set how long to show the currently bound image. This function can also change the durations of individual images in animation chains.
None