Skip to content

Commit b1b7921

Browse files
committed
Move shaders into subfolder.
1 parent 56774fd commit b1b7921

30 files changed

+30
-28
lines changed

shaders/src/lib.rs

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,8 @@ use shared::*;
44
use spirv_std::glam::{vec2, vec3, vec4, Vec2, Vec3, Vec4};
55
use spirv_std::spirv;
66

7-
pub mod a_lot_of_spheres;
8-
pub mod a_question_of_time;
9-
pub mod apollonian;
10-
pub mod atmosphere_system_test;
11-
pub mod bubble_buckey_balls;
12-
pub mod clouds;
13-
pub mod filtering_procedurals;
14-
pub mod flappy_bird;
15-
pub mod galaxy_of_universes;
16-
pub mod geodesic_tiling;
17-
pub mod heart;
18-
pub mod luminescence;
19-
pub mod mandelbrot_smooth;
20-
pub mod miracle_snowflakes;
21-
pub mod morphing;
22-
pub mod moving_square;
23-
pub mod on_off_spikes;
24-
pub mod phantom_star;
25-
pub mod playing_marble;
26-
pub mod protean_clouds;
27-
pub mod raymarching_primitives;
28-
pub mod seascape;
29-
pub mod skyline;
30-
pub mod soft_shadow_variation;
31-
pub mod tileable_water_caustic;
32-
pub mod tokyo;
33-
pub mod two_tweets;
34-
pub mod voxel_pac_man;
7+
mod shaders;
8+
use shaders::*;
359

3610
pub trait SampleCube: Copy {
3711
fn sample_cube(self, p: Vec3) -> Vec4;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)