 | glClearDepth Method |
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void ClearDepth(
float depth
)
Public Shared Sub ClearDepth (
depth As Single
)
public:
static void ClearDepth(
float depth
)
static member ClearDepth :
depth : float32 -> unit
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.
RemarksOpenGL API: glClearDepthf/glClearDepth
See Also