cpp vim and minor fixes

This commit is contained in:
2024-03-13 12:04:59 +01:00
parent 9282d46fcd
commit e9abe12291
7 changed files with 106 additions and 7 deletions

View File

@@ -17,6 +17,6 @@ vec4 window_shader() {
if (invert_color)
c = vec4(vec3(c.a, c.a, c.a) - vec3(c), c.a);
c *= opacity;
vec4 default_post_processing(vec4 c);
// vec4 default_post_processing(vec4 c);
return c;
}
}