[Visual Basic] Overloads Public Shared Function gluBuild2DMipmaps( _ 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 data As Double(,,) _ ) As Integer
[C#] public static int gluBuild2DMipmaps( inttarget, intinternalFormat, intwidth, intheight, intformat, inttype, double[,,]data );