MonobjcMonobjc Documented Class Library
DescribePBuffer Method (obj, width, height, target, internalFormat, mipmap)
NamespacesMonobjc.OpenGLCGLDescribePBuffer(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, IntPtr)

Retrieves information that describes the specified pixel buffer object.

Original signature is 'CGLError CGLDescribePBuffer ( CGLPBufferObj obj, GLsizei *width, GLsizei *height, GLenum *target, GLenum *internalFormat, GLint *mipmap );'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGLError DescribePBuffer(
	IntPtr obj,
	IntPtr width,
	IntPtr height,
	IntPtr target,
	IntPtr internalFormat,
	IntPtr mipmap
)
Public Shared Function DescribePBuffer ( _
	obj As IntPtr, _
	width As IntPtr, _
	height As IntPtr, _
	target As IntPtr, _
	internalFormat As IntPtr, _
	mipmap As IntPtr _
) As CGLError
public:
static CGLError DescribePBuffer(
	IntPtr obj, 
	IntPtr width, 
	IntPtr height, 
	IntPtr target, 
	IntPtr internalFormat, 
	IntPtr mipmap
)
Parameters
obj (IntPtr)
MISSING
width (IntPtr)
MISSING
height (IntPtr)
MISSING
target (IntPtr)
MISSING
internalFormat (IntPtr)
MISSING
mipmap (IntPtr)
MISSING
Return Value
A result code. See “CGL Result Codes.”
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)