summaryrefslogtreecommitdiff
path: root/src/example/04_bloom/preprocess.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/04_bloom/preprocess.c')
-rw-r--r--src/example/04_bloom/preprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/04_bloom/preprocess.c b/src/example/04_bloom/preprocess.c
index 9e5bb55..8dd2170 100644
--- a/src/example/04_bloom/preprocess.c
+++ b/src/example/04_bloom/preprocess.c
@@ -15,7 +15,7 @@ static void vert(UniformCollection* uniforms, VertexShaderIn* in, Vec4* clipcoor
#define _frag_color out_color[0]
#define _bright_color out_color[1]
-static bool frag(UniformCollection* uniforms, FragmentShaderIn* in, Color32* color) {
+static bool frag(UniformCollection* uniforms, Color32* color) {
//_frag_color->r = 1;
//_frag_color->g = 1;
//_frag_color->b = 1;