Click or drag to resize

glGetDepthMask Method

Checks whether writing into the depth buffer is enabled.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool GetDepthMask()

Return Value

Type: Boolean
True if writing into the depth buffer is enabled. False otherwise.
Remarks
OpenGL API: glGetIntegerv(GL_DEPTH_WRITEMASK)
See Also