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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/effects/shaders.h b/src/effects/shaders.h
index 527a8a3..cf095fb 100644
--- a/src/effects/shaders.h
+++ b/src/effects/shaders.h
@@ -20,6 +20,10 @@ extern const char* scratch_shader_wgsl;
extern const char* ntsc_rgb_shader_wgsl;
extern const char* ntsc_yiq_shader_wgsl;
+// CNN v3 G-buffer shaders
+extern const char* gbuf_raster_wgsl;
+extern const char* gbuf_pack_wgsl;
+
// Compute shaders
extern const char* gen_noise_compute_wgsl;
extern const char* gen_perlin_compute_wgsl;