Returns the attributes of OpenGL buffers that will be created from a buffer pool.
Original signature is 'CFDictionaryRef CVOpenGLBufferPoolGetOpenGLBufferAttributes ( CVOpenGLBufferPoolRef pool );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSDictionary GetOpenGLBufferAttributes( IntPtr pool )
Public Shared Function GetOpenGLBufferAttributes ( _ pool As IntPtr _ ) As NSDictionary
public: static NSDictionary^ GetOpenGLBufferAttributes( IntPtr pool )

- pool (IntPtr)
- MISSING

The OpenGL buffer attributes Core Foundation dictionary, or NULL on failure.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)