Tao.OpenGl SDK Documentation

Glu.gluBuild3DMipmaps Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, UInt32[,,])

[Visual Basic]
Overloads Public Shared Function gluBuild3DMipmaps( _
   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 data As UInt32(,,) _
) As Integer
[C#]
public static int gluBuild3DMipmaps(
   int target,
   int internalFormat,
   int width,
   int height,
   int depth,
   int format,
   int type,
   uint[,,] data
);

See Also

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