MonobjcMonobjc Documented Class Library
glBindFramebufferEXT Method (target, framebuffer)
NamespacesMonobjc.OpenGLGLglBindFramebufferEXT(UInt32, UInt32)

Original signature is 'extern void glBindFramebufferEXT(GLenum target, GLuint framebuffer);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glBindFramebufferEXT(
	uint target,
	uint framebuffer
)
Public Shared Sub glBindFramebufferEXT ( _
	target As UInteger, _
	framebuffer As UInteger _
)
public:
static void glBindFramebufferEXT(
	unsigned int target, 
	unsigned int framebuffer
)
Parameters
target (UInt32)

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

framebuffer (UInt32)

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