MonobjcMonobjc Documented Class Library
GetAttributes Method (openGLBuffer)
NamespacesMonobjc.QuartzCoreCVOpenGLBufferGetAttributes(IntPtr)

Obtains the attributes of a Core Video OpenGL buffer.

Original signature is 'CFDictionaryRef CVOpenGLBufferGetAttributes ( CVOpenGLBufferRef openGLBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary GetAttributes(
	IntPtr openGLBuffer
)
Public Shared Function GetAttributes ( _
	openGLBuffer As IntPtr _
) As NSDictionary
public:
static NSDictionary^ GetAttributes(
	IntPtr openGLBuffer
)
Parameters
openGLBuffer (IntPtr)
MISSING
Return Value
A Core Foundation dictionary containing the OpenGL buffer attributes, or NULL if no attributes exist.
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)