refactor res/shaders

This commit is contained in:
MihailRis
2024-07-20 16:05:06 +03:00
parent 52381d5afa
commit 8e159009eb
16 changed files with 85 additions and 61 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ vec4 apply_vignette(vec4 color) {
}
void main() {
f_color = texture(u_texture0, v_coord);
f_color = apply_vignette(f_color);
f_color = texture(u_texture0, v_coord);
f_color = apply_vignette(f_color);
}