Skip to content

Commit a0fb789

Browse files
committed
feat: add Synthwave Racer visualizer with custom WGSL shader
1 parent fcfc1af commit a0fb789

3 files changed

Lines changed: 638 additions & 0 deletions

File tree

src/engine.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ impl<'a> VulkanEngine<'a> {
665665
13 => include_str!("shaders/vis_starfield.wgsl"),
666666
14 => include_str!("shaders/vis_rain.wgsl"),
667667
15 => include_str!("shaders/vis_3drain.wgsl"),
668+
16 => include_str!("shaders/vis_synthwaveracer.wgsl"),
668669
_ => include_str!("shaders/vis_spectrum.wgsl"),
669670
}
670671
};

0 commit comments

Comments
 (0)