Click or drag to resize

glClearDepth Method

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ClearDepth(
	float depth
)

Parameters

depth
Type: SystemSingle
the depth value used when the depth buffer is cleared. The initial value is 1. The value is clamped to the range 0..1.
Remarks
OpenGL API: glClearDepthf/glClearDepth
See Also