Tao.OpenGl SDK Documentation

Glu.gluBuild3DMipmapLevels Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, UInt16[,])

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

See Also

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