MonobjcMonobjc Documented Class Library
glClearDepth Method (depth)
NamespacesMonobjc.OpenGLGLglClearDepth(Double)

Original signature is 'extern void glClearDepth (GLclampd depth);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glClearDepth(
	double depth
)
Public Shared Sub glClearDepth ( _
	depth As Double _
)
public:
static void glClearDepth(
	double depth
)
Parameters
depth (Double)

[Missing <param name="depth"/> documentation for "M:Monobjc.OpenGL.GL.glClearDepth(System.Double)"]

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)