MonobjcMonobjc Documented Class Library
glSelectBuffer Method (size, buffer)
NamespacesMonobjc.OpenGLGLglSelectBuffer(Int32, IntPtr)

Original signature is 'extern void glSelectBuffer (GLsizei size, GLuint *buffer);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glSelectBuffer(
	int size,
	IntPtr buffer
)
Public Shared Sub glSelectBuffer ( _
	size As Integer, _
	buffer As IntPtr _
)
public:
static void glSelectBuffer(
	int size, 
	IntPtr buffer
)
Parameters
size (Int32)

[Missing <param name="size"/> documentation for "M:Monobjc.OpenGL.GL.glSelectBuffer(System.Int32,System.IntPtr)"]

buffer (IntPtr)

[Missing <param name="buffer"/> documentation for "M:Monobjc.OpenGL.GL.glSelectBuffer(System.Int32,System.IntPtr)"]

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)