MonobjcMonobjc Documented Class Library
glBlitFramebufferEXT Method (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)
NamespacesMonobjc.OpenGLGLglBlitFramebufferEXT(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, UInt32, UInt32)

Original signature is 'extern void glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glBlitFramebufferEXT(
	int srcX0,
	int srcY0,
	int srcX1,
	int srcY1,
	int dstX0,
	int dstY0,
	int dstX1,
	int dstY1,
	uint mask,
	uint filter
)
Public Shared Sub glBlitFramebufferEXT ( _
	srcX0 As Integer, _
	srcY0 As Integer, _
	srcX1 As Integer, _
	srcY1 As Integer, _
	dstX0 As Integer, _
	dstY0 As Integer, _
	dstX1 As Integer, _
	dstY1 As Integer, _
	mask As UInteger, _
	filter As UInteger _
)
public:
static void glBlitFramebufferEXT(
	int srcX0, 
	int srcY0, 
	int srcX1, 
	int srcY1, 
	int dstX0, 
	int dstY0, 
	int dstX1, 
	int dstY1, 
	unsigned int mask, 
	unsigned int filter
)
Parameters
srcX0 (Int32)

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

srcY0 (Int32)

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

srcX1 (Int32)

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

srcY1 (Int32)

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

dstX0 (Int32)

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

dstY0 (Int32)

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

dstX1 (Int32)

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

dstY1 (Int32)

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

mask (UInt32)

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

filter (UInt32)

[Missing <param name="filter"/> documentation for "M:Monobjc.OpenGL.GL.glBlitFramebufferEXT(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)