Skip to content

Commit

Permalink
Update the doc comment of the LCD fragment shader.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Dec 16, 2023
1 parent 1ee4554 commit 38d2965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gui/shaders/frag-lcd.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "gui/gui.h"

/*
** TODO
** LCD effect that shows the red/green/blue stripes for each pixel.
*/
char const *SHADER_FRAG_LCD = GLSL(
layout(location = 0) out vec4 frag_color;
Expand Down

0 comments on commit 38d2965

Please sign in to comment.