MonobjcMonobjc Documented Class Library
GetAttributes Method (pool)
NamespacesMonobjc.QuartzCoreCVOpenGLBufferPoolGetAttributes(IntPtr)

Returns the pool attributes dictionary for an Open GL buffer pool.

Original signature is 'CFDictionaryRef CVOpenGLBufferPoolGetAttributes ( CVOpenGLBufferPoolRef pool );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary GetAttributes(
	IntPtr pool
)
Public Shared Function GetAttributes ( _
	pool As IntPtr _
) As NSDictionary
public:
static NSDictionary^ GetAttributes(
	IntPtr pool
)
Parameters
pool (IntPtr)
MISSING
Return Value
The buffer-pool attributes Core Foundation dictionary, or NULL on failure.
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.AppKit (Module: Monobjc.AppKit)