MonobjcMonobjc Documented Class Library
QueryRendererInfo Method (display_mask, rend, nrend)
NamespacesMonobjc.OpenGLCGLQueryRendererInfo(UInt32, IntPtr, IntPtr)

Creates a renderer information object that contains properties and values for renderers able to drive all the specified displays in a given display mask.

Original signature is 'CGLError CGLQueryRendererInfo ( GLuint display_mask, CGLRendererInfoObj *rend, GLint *nrend );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGLError QueryRendererInfo(
	uint display_mask,
	IntPtr rend,
	IntPtr nrend
)
Public Shared Function QueryRendererInfo ( _
	display_mask As UInteger, _
	rend As IntPtr, _
	nrend As IntPtr _
) As CGLError
public:
static CGLError QueryRendererInfo(
	unsigned int display_mask, 
	IntPtr rend, 
	IntPtr nrend
)
Parameters
display_mask (UInt32)
MISSING
rend (IntPtr)
MISSING
nrend (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)