Tao.OpenGl SDK Documentation

Glu.gluBuild2DMipmapLevels Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32[,,])

[Visual Basic]
Overloads Public Shared Function gluBuild2DMipmapLevels( _
   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 level As Integer, _
   ByVal min As Integer, _
   ByVal max As Integer, _
   ByVal data As Integer(,,) _
) As Integer
[C#]
public static int gluBuild2DMipmapLevels(
   int target,
   int internalFormat,
   int width,
   int height,
   int format,
   int type,
   int level,
   int min,
   int max,
   int[,,] data
);

See Also

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