Tao.DevIl SDK Documentation

Il.ilTexImage Method 

[Visual Basic]
Public Shared Function ilTexImage( _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Depth As Integer, _
   ByVal numChannels As Byte, _
   ByVal Format As Integer, _
   ByVal Type As Integer, _
   ByVal Data As IntPtr _
) As Boolean
[C#]
public static bool ilTexImage(
   int Width,
   int Height,
   int Depth,
   byte numChannels,
   int Format,
   int Type,
   IntPtr Data
);

See Also

Il Class | Tao.DevIl Namespace