Tao.OpenGl SDK Documentation

Glu.gluBuild2DMipmaps Method (Int32, Int32, Int32, Int32, Int32, Int32, Byte[,,])

[Visual Basic]
Overloads Public Shared Function gluBuild2DMipmaps( _
   ByVal target As Integer, _
   ByVal internalFormat As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal data As Byte(,,) _
) As Integer
[C#]
public static int gluBuild2DMipmaps(
   int target,
   int internalFormat,
   int width,
   int height,
   int format,
   int type,
   byte[,,] data
);

See Also

Glu Class | Tao.OpenGl Namespace | Glu.gluBuild2DMipmaps Overload List