MonobjcMonobjc Documented Class Library
gluBuild3DMipmaps Method (target, internalFormat, width, height, depth, format, type)
NamespacesMonobjc.OpenGLGLgluBuild3DMipmaps(UInt32, Int32, Int32, Int32, Int32, UInt32, UInt32)

Original signature is 'extern GLint gluBuild3DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data);'

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

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

internalFormat (Int32)

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

width (Int32)

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

height (Int32)

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

depth (Int32)

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

format (UInt32)

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

type (UInt32)

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

Return Value

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

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)