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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/shaders.h b/src/effects/shaders.h
index 0686b7e..527a8a3 100644
--- a/src/effects/shaders.h
+++ b/src/effects/shaders.h
@@ -17,7 +17,8 @@ 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;
+extern const char* ntsc_rgb_shader_wgsl;
+extern const char* ntsc_yiq_shader_wgsl;
// Compute shaders
extern const char* gen_noise_compute_wgsl;