summaryrefslogtreecommitdiff
path: root/src/effects/shaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/shaders.h')
-rw-r--r--src/effects/shaders.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects/shaders.h b/src/effects/shaders.h
index 5fc442a..76b5d96 100644
--- a/src/effects/shaders.h
+++ b/src/effects/shaders.h
@@ -16,6 +16,7 @@ extern const char* rotating_cube_wgsl;
extern const char* flash_shader_wgsl;
extern const char* scene1_shader_wgsl;
extern const char* scene2_shader_wgsl;
+extern const char* scratch_shader_wgsl;
// Compute shaders
extern const char* gen_noise_compute_wgsl;