[Visual Basic] Overloads Public Shared Function gluBuild1DMipmaps( _ ByVal target As Integer, _ ByVal internalFormat As Integer, _ ByVal width As Integer, _ ByVal format As Integer, _ ByVal type As Integer, _ ByVal data As Double(,) _ ) As Integer
[C#] public static int gluBuild1DMipmaps( inttarget, intinternalFormat, intwidth, intformat, inttype, double[,]data );