MonobjcMonobjc Documented Class Library
RetainPBuffer Method (pbuffer)
NamespacesMonobjc.OpenGLCGLRetainPBuffer(IntPtr)

Increments the retain count on a pixel buffer object.

Original signature is 'CGLPBufferObj CGLRetainPBuffer ( CGLPBufferObj pbuffer );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr RetainPBuffer(
	IntPtr pbuffer
)
Public Shared Function RetainPBuffer ( _
	pbuffer As IntPtr _
) As IntPtr
public:
static IntPtr RetainPBuffer(
	IntPtr pbuffer
)
Parameters
pbuffer (IntPtr)
MISSING
Return Value
The pixel buffer object that received the call.
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)