mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Remove explicit blend equation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user