public void clearDepth(double depth)
        {
#if _DEBUG
            Log.Info(string.Format("clearDepth {0}", depth));
#endif

            Gl.glClearDepth(depth);
            this.ErrorTest();
        }