diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-07 20:03:30 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-07 20:03:30 +0100 |
| commit | ad9ee515d162d2aa23b64263e043d45add95615f (patch) | |
| tree | 4e0e2d71d3f8675b3b63901c97a01a070cde53cb /src/gpu/demo_effects.h | |
| parent | e4851ae9f310b44dab25eb979733281002c8953d (diff) | |
feat(effects): add Ntsc post-process effect with fisheye distortion
WGSL-only WgslEffect implementing barrel/fisheye distortion, RGB chroma
separation, scanlines, per-pixel temporal noise, rolling jitter line,
vignette, and warm NTSC phosphor tint. Applied across all main sequences.
handoff(Gemini): Ntsc effect added; 13 effects total, 35+1 tests expected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/gpu/demo_effects.h')
| -rw-r--r-- | src/gpu/demo_effects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/demo_effects.h b/src/gpu/demo_effects.h index a2500e7..9d794aa 100644 --- a/src/gpu/demo_effects.h +++ b/src/gpu/demo_effects.h @@ -30,6 +30,7 @@ #include "effects/scene1_effect.h" #include "effects/scene2_effect.h" #include "effects/scratch_effect.h" +#include "effects/ntsc_effect.h" // TODO: Port CNN effects // #include "../../cnn_v1/src/cnn_v1_effect.h" |
