 | glGetDepthFunc Method |
Gets the current depth function.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static glCompareFunc GetDepthFunc()
Public Shared Function GetDepthFunc As glCompareFunc
public:
static glCompareFunc GetDepthFunc()
static member GetDepthFunc : unit -> glCompareFunc
Return Value
Type:
glCompareFuncThe current depth function.
RemarksOpenGL API: glGetIntegerv(GL_DEPTH_FUNC)
See Also