Tao.DevIl SDK Documentation

Il.ilDeleteImages Method (Int32, Int32[])

ilDeleteImages deletes Num image names specified in Images. After a texture is deleted, its characteristics and dimensions are undefined, and the name may be reused byilGenImages. ilDeleteImages ignores zeros and out-of-bounds image names. If the current image is deleted, the binding reverts to the default image (image name of 0).

[Visual Basic]
Overloads Public Shared Sub ilDeleteImages( _
   ByVal Num As Integer, _
   ByVal Images As Integer() _
)
[C#]
public static void ilDeleteImages(
   int Num,
   int[] Images
);

Parameters

Num
Number of image names to delete.
Images
Pointer to image names to delete.

See Also

Il Class | Tao.DevIl Namespace | Il.ilDeleteImages Overload List