MonobjcMonobjc Documented Class Library
DestroyRendererInfo Method (rend)
NamespacesMonobjc.OpenGLCGLDestroyRendererInfo(IntPtr)

Frees resources associated with a renderer information object.

Original signature is 'CGLError CGLDestroyRendererInfo ( CGLRendererInfoObj rend );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGLError DestroyRendererInfo(
	IntPtr rend
)
Public Shared Function DestroyRendererInfo ( _
	rend As IntPtr _
) As CGLError
public:
static CGLError DestroyRendererInfo(
	IntPtr rend
)
Parameters
rend (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)