1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Eliminate all whitespace-only lines.

This commit is contained in:
Thomas Harte
2023-05-12 14:16:39 -04:00
parent 28c79b2885
commit 50343dec43
11 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ std::unique_ptr<Shader> ScanTarget::conversion_shader() const {
"out float compositeAngle;"
"out float compositeAmplitude;"
"out float oneOverCompositeAmplitude;"
"uniform float angleOffsets[4];";
fragment_shader +=
"in float compositeAngle;"