Click or drag to resize

glGetClearDepth Method

Gets the current clear depth value.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static float GetClearDepth()

Return Value

Type: Single
The current clear depth value.
Remarks
OpenGL API: glGetFloatv(GL_DEPTH_CLEAR_VALUE)
See Also