MonobjcMonobjc Documented Class Library
glGenFramebuffers Method (p0, p1)
NamespacesMonobjc.OpenGLGLglGenFramebuffers(Int32, UInt32%)

Original signature is 'extern void glGenFramebuffers (GLsizei, GLuint *);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glGenFramebuffers(
	int p0,
	out uint p1
)
Public Shared Sub glGenFramebuffers ( _
	p0 As Integer, _
	<OutAttribute> ByRef p1 As UInteger _
)
public:
static void glGenFramebuffers(
	int p0, 
	[OutAttribute] unsigned int% p1
)
Parameters
p0 (Int32)

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

p1 (UInt32%)

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