From 1c64451e073dfd5ce968aa0d217658244b322603 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 4 Feb 2026 10:50:51 -0500 Subject: [PATCH] Enable intended output. --- Outputs/OpenGL/Shaders/SeparationShader.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Outputs/OpenGL/Shaders/SeparationShader.cpp b/Outputs/OpenGL/Shaders/SeparationShader.cpp index 802773082..f38533f8b 100644 --- a/Outputs/OpenGL/Shaders/SeparationShader.cpp +++ b/Outputs/OpenGL/Shaders/SeparationShader.cpp @@ -120,11 +120,10 @@ void main(void) { filterCoefficients[30] * texture(source, coordinates[30]).x; outputColour = vec4( - coordinates[15], 0.0, 1.0); -// channels.x, -// channels.y * centre.yz, -// 1.0 -// ); + channels.x, + channels.y * centre.yz, + 1.0 + ); } )glsl";