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 76b5d96..0686b7e 100644
--- a/src/effects/shaders.h
+++ b/src/effects/shaders.h
@@ -17,6 +17,7 @@ extern const char* flash_shader_wgsl;
extern const char* scene1_shader_wgsl;
extern const char* scene2_shader_wgsl;
extern const char* scratch_shader_wgsl;
+extern const char* ntsc_shader_wgsl;
// Compute shaders
extern const char* gen_noise_compute_wgsl;