CSharpGL.DepthMaskState.DepthMaskState C# (CSharp) Method

DepthMaskState() public method

Toggle of depth mask.
public DepthMaskState ( bool writable = false )
writable bool Writable when this switch is turned on?
        public DepthMaskState(bool writable = false)
        {
            this.Writable = writable;
        }