MonobjcMonobjc Documented Class Library
glDrawBuffers Method (n, bufs)
NamespacesMonobjc.OpenGLGLglDrawBuffers(Int32, array<UInt32>[]()[][])

Original signature is 'extern void glDrawBuffers (GLsizei n, const GLenum *bufs);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glDrawBuffers(
	int n,
	uint[] bufs
)
Public Shared Sub glDrawBuffers ( _
	n As Integer, _
	bufs As UInteger() _
)
public:
static void glDrawBuffers(
	int n, 
	array<unsigned int>^ bufs
)
Parameters
n (Int32)

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

bufs (array<UInt32>[]()[][])

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