Click or drag to resize

glGetDepthFunc Method

Gets the current depth function.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glCompareFunc GetDepthFunc()

Return Value

Type: glCompareFunc
The current depth function.
Remarks
OpenGL API: glGetIntegerv(GL_DEPTH_FUNC)
See Also