 | 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)
Syntaxpublic static bool GetDepthMask()
Public Shared Function GetDepthMask As Boolean
public:
static bool GetDepthMask()
static member GetDepthMask : unit -> bool
Return Value
Type:
BooleanTrue if writing into the depth buffer is enabled. False otherwise.
RemarksOpenGL API: glGetIntegerv(GL_DEPTH_WRITEMASK)
See Also