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 4a77597..de5dda4 100644
--- a/src/effects/shaders.h
+++ b/src/effects/shaders.h
@@ -23,6 +23,7 @@ extern const char* ntsc_yiq_shader_wgsl;
// CNN v3 G-buffer shaders
extern const char* gbuf_raster_wgsl;
extern const char* gbuf_pack_wgsl;
+extern const char* gbuf_view_wgsl;
// CNN v3 inference shaders
extern const char* cnn_v3_enc0_wgsl;