MonobjcMonobjc Documented Class Library
gluBuild1DMipmapLevels Method (target, internalFormat, width, format, type, level, base, max)
NamespacesMonobjc.OpenGLGLgluBuild1DMipmapLevels(UInt32, Int32, Int32, UInt32, UInt32, Int32, Int32, Int32)

Original signature is 'extern GLint gluBuild1DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data);'

Declaration Syntax
C#Visual BasicVisual C++
public static int gluBuild1DMipmapLevels(
	uint target,
	int internalFormat,
	int width,
	uint format,
	uint type,
	int level,
	int base,
	int max
)
Public Shared Function gluBuild1DMipmapLevels ( _
	target As UInteger, _
	internalFormat As Integer, _
	width As Integer, _
	format As UInteger, _
	type As UInteger, _
	level As Integer, _
	base As Integer, _
	max As Integer _
) As Integer
public:
static int gluBuild1DMipmapLevels(
	unsigned int target, 
	int internalFormat, 
	int width, 
	unsigned int format, 
	unsigned int type, 
	int level, 
	int base, 
	int max
)
Parameters
target (UInt32)

[Missing <param name="target"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

internalFormat (Int32)

[Missing <param name="internalFormat"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

width (Int32)

[Missing <param name="width"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

format (UInt32)

[Missing <param name="format"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

level (Int32)

[Missing <param name="level"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

base (Int32)

[Missing <param name="base"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

max (Int32)

[Missing <param name="max"/> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.OpenGL.GL.gluBuild1DMipmapLevels(System.UInt32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.Int32,System.Int32,System.Int32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)