MonobjcMonobjc Documented Class Library
UnlockContext Method (ctx)
NamespacesMonobjc.OpenGLCGLUnlockContext(IntPtr)

Unlocks a CGL rendering context.

Original signature is 'CGLError CGLUnlockContext ( CGLContextObj ctx );'

Available in Mac OS X v10.4 and later.

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