 | glGetClearDepth Method |
Gets the current clear depth value.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static float GetClearDepth()
Public Shared Function GetClearDepth As Single
public:
static float GetClearDepth()
static member GetClearDepth : unit -> float32
Return Value
Type:
SingleThe current clear depth value.
RemarksOpenGL API: glGetFloatv(GL_DEPTH_CLEAR_VALUE)
See Also