MonobjcMonobjc Documented Class Library
glFramebufferRenderbufferEXT Method (target, attachment, renderbuffertarget, renderbuffer)
NamespacesMonobjc.OpenGLGLglFramebufferRenderbufferEXT(UInt32, UInt32, UInt32, UInt32)

Original signature is 'extern void glFramebufferRenderbufferEXT(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);'

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

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

attachment (UInt32)

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

renderbuffertarget (UInt32)

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

renderbuffer (UInt32)

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