Tao.OpenGl SDK Documentation

Glu.gluBuild1DMipmapLevels Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int16[,])

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

See Also

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