summaryrefslogtreecommitdiff
path: root/src/gpu/effects/shaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/shaders.h')
-rw-r--r--src/gpu/effects/shaders.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpu/effects/shaders.h b/src/gpu/effects/shaders.h
index a0f91da..68b8834 100644
--- a/src/gpu/effects/shaders.h
+++ b/src/gpu/effects/shaders.h
@@ -21,3 +21,7 @@ extern const char* vignette_shader_wgsl;
extern const char* gen_noise_compute_wgsl;
extern const char* gen_perlin_compute_wgsl;
extern const char* gen_grid_compute_wgsl;
+#if !defined(STRIP_GPU_COMPOSITE)
+extern const char* gen_blend_compute_wgsl;
+extern const char* gen_mask_compute_wgsl;
+#endif