CSharpGL.DepthMaskState.StateOn C# (CSharp) Method

StateOn() protected method

protected StateOn ( ) : void
return void
        protected override void StateOn()
        {
            this.lastState = this.Writable;
            OpenGL.DepthMask(this.lastState);
        }