MonobjcMonobjc Documented Class Library
ReleasePBuffer Method (pbuffer)
NamespacesMonobjc.OpenGLCGLReleasePBuffer(IntPtr)

Decrements the retain count on a pixel buffer object.

Original signature is 'void CGLReleasePBuffer ( CGLPBufferObj pbuffer );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void ReleasePBuffer(
	IntPtr pbuffer
)
Public Shared Sub ReleasePBuffer ( _
	pbuffer As IntPtr _
)
public:
static void ReleasePBuffer(
	IntPtr pbuffer
)
Parameters
pbuffer (IntPtr)
MISSING
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)