public void depthFunc(int func)
        {
#if _DEBUG
            Log.Info(string.Format("depthFunc {0}", func));
#endif

            Gl.glDepthFunc(func);
            this.ErrorTest();
        }