1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-03-13 19:16:40 +00:00

Enable intended output.

This commit is contained in:
Thomas Harte
2026-02-04 10:50:51 -05:00
parent b5cebd8d8c
commit 1c64451e07

View File

@@ -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";