From 8c0182c69f4e5b6065b291271b04867f2f5dce81 Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Wed, 17 Feb 2021 15:49:32 +0100 Subject: [PATCH] Remove explicit blend equation --- modules/softwareintegration/rendering/renderablepointscloud.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/softwareintegration/rendering/renderablepointscloud.cpp b/modules/softwareintegration/rendering/renderablepointscloud.cpp index c821fd05b4..dbb3066323 100644 --- a/modules/softwareintegration/rendering/renderablepointscloud.cpp +++ b/modules/softwareintegration/rendering/renderablepointscloud.cpp @@ -198,7 +198,6 @@ void RenderablePointsCloud::render(const RenderData& data, RendererTasks&) { // Changes GL state: glEnablei(GL_BLEND, 0); glDepthMask(false); - glBlendEquation(GL_FUNC_ADD); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glEnable(GL_PROGRAM_POINT_SIZE); // Enable gl_PointSize in vertex