MonobjcMonobjc Documented Class Library
DescribeRenderer Method (rend, rend_num, prop, value)
NamespacesMonobjc.OpenGLCGLDescribeRenderer(IntPtr, Int32, CGLRendererProperty, IntPtr)

Obtains the value associated with a renderer property.

Original signature is 'CGLError CGLDescribeRenderer ( CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGLError DescribeRenderer(
	IntPtr rend,
	int rend_num,
	CGLRendererProperty prop,
	IntPtr value
)
Public Shared Function DescribeRenderer ( _
	rend As IntPtr, _
	rend_num As Integer, _
	prop As CGLRendererProperty, _
	value As IntPtr _
) As CGLError
public:
static CGLError DescribeRenderer(
	IntPtr rend, 
	int rend_num, 
	CGLRendererProperty prop, 
	IntPtr value
)
Parameters
rend (IntPtr)
MISSING
rend_num (Int32)
MISSING
prop (CGLRendererProperty)
MISSING
value (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)