MonobjcMonobjc Documented Class Library
InitWithCGLPBufferObj Method (pbuffer)
NamespacesMonobjc.AppKitNSOpenGLPixelBufferInitWithCGLPBufferObj(IntPtr)

Initializes and returns an NSOpenGLPixelBuffer object that encapsulates an existing CGL pixel buffer object.

Original signature is '- (id)initWithCGLPBufferObj:(void *)pbuffer'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithCGLPBufferObj(
	IntPtr pbuffer
)
Public Overridable Function InitWithCGLPBufferObj ( _
	pbuffer As IntPtr _
) As Id
public:
virtual Id^ InitWithCGLPBufferObj(
	IntPtr pbuffer
)
Parameters
pbuffer (IntPtr)
The CGL pixel buffer object to wrap.
Return Value
An initialized NSOpenGLPixelBuffer object.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)