qualia_core_db/shaders/viewport/
mod.rs1pub const SPECTRAL_WGSL: &str = include_str!("spectral.wgsl");
4pub const AMBIENT_WGSL: &str = concat!(include_str!("spectral.wgsl"), include_str!("ambient.wgsl"));
5pub const PROJECTOR_WGSL: &str = concat!(
6 include_str!("spectral.wgsl"),
7 include_str!("projector.wgsl")
8);
9pub const MESH_WGSL: &str = include_str!("mesh.wgsl");
10pub const BLOOM_WGSL: &str = include_str!("bloom.wgsl");
11pub const EPISTEMIC_WGSL: &str = include_str!("epistemic.wgsl");
12pub const SCREEN_WGSL: &str = include_str!("screen.wgsl");