MonobjcMonobjc Documented Class Library
glBlitFramebuffer Method (p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)
NamespacesMonobjc.OpenGLGLglBlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, UInt32, UInt32)

Original signature is 'extern void glBlitFramebuffer (GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glBlitFramebuffer(
	int p0,
	int p1,
	int p2,
	int p3,
	int p4,
	int p5,
	int p6,
	int p7,
	uint p8,
	uint p9
)
Public Shared Sub glBlitFramebuffer ( _
	p0 As Integer, _
	p1 As Integer, _
	p2 As Integer, _
	p3 As Integer, _
	p4 As Integer, _
	p5 As Integer, _
	p6 As Integer, _
	p7 As Integer, _
	p8 As UInteger, _
	p9 As UInteger _
)
public:
static void glBlitFramebuffer(
	int p0, 
	int p1, 
	int p2, 
	int p3, 
	int p4, 
	int p5, 
	int p6, 
	int p7, 
	unsigned int p8, 
	unsigned int p9
)
Parameters
p0 (Int32)

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

p1 (Int32)

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

p2 (Int32)

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

p3 (Int32)

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

p4 (Int32)

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

p5 (Int32)

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

p6 (Int32)

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

p7 (Int32)

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

p8 (UInt32)

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

p9 (UInt32)

[Missing <param name="p9"/> documentation for "M:Monobjc.OpenGL.GL.glBlitFramebuffer(System.Int32,System.Int32,System.Int32,System.Int32,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)