DevIL Documentation Home | Previous | Next

ilRegisterNumImages

The ilRegisterMipNum function registers the current image's number of "next" images.


ILboolean ilRegisterNumImages(
  ILuint Num
);

Parameters

Num
Number of images in the animation chain to create.

Remarks

ilRegisterNumImages tells OpenIL the number of images in the current image's animation chain. The "next" images can then be chosen and modified via ilActiveImage. This function is to be used from within functions that have been registered via ilRegisterLoad.

Error Codes

None

See Also

ilActiveImage, ilRegisterMipNum, ilRegisterLoad