From b47e26e6881ba42fdb556103c0c8e8b22e3347da Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 11 Jun 2018 19:31:35 -0700 Subject: [PATCH] Disable GL clipping plane; It was used for instanced stereo. --- src/graphics/graphics.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphics/graphics.c b/src/graphics/graphics.c index 8adc61af..67963900 100644 --- a/src/graphics/graphics.c +++ b/src/graphics/graphics.c @@ -163,7 +163,6 @@ void lovrGraphicsCreateWindow(int w, int h, bool fullscreen, int msaa, const cha glfwSwapInterval(0); glEnable(GL_LINE_SMOOTH); glEnable(GL_PROGRAM_POINT_SIZE); - glEnable(GL_CLIP_DISTANCE0); if (state.gammaCorrect) { glEnable(GL_FRAMEBUFFER_SRGB); } else {