[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 UInt16(,) _ ) As Integer
[C#] public static int gluBuild3DMipmaps( inttarget, intinternalFormat, intwidth, intheight, intdepth, intformat, inttype, ushort[,]data );