Tao.DevIl SDK Documentation

Il.ilDeleteImages Method (Int32, Int32)

ilDeleteImages deletes Num image names specified in Image. 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, _
   ByRef Image As Integer _
)
[C#]
public static void ilDeleteImages(
   int Num,
   ref int Image
);

Parameters

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

See Also

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