[Visual Basic] Overloads Public Shared Function gluBuild1DMipmapLevels( _ ByVal target As Integer, _ ByVal internalFormat As Integer, _ ByVal width 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 Byte(,) _ ) As Integer
[C#] public static int gluBuild1DMipmapLevels( inttarget, intinternalFormat, intwidth, intformat, inttype, intlevel, intmin, intmax, byte[,]data );