]> git.nega.tv - josh/narcissus/commit
shark: Move shaders into their own crate
authorJoshua Simmons <josh@nega.tv>
Sun, 28 Apr 2024 15:08:27 +0000 (17:08 +0200)
committerJoshua Simmons <josh@nega.tv>
Sun, 28 Apr 2024 15:08:27 +0000 (17:08 +0200)
commite2048150a363ebbee36992079515011b93cb7dbf
tree5979e9cb94538f41c581366eaafbd5f0bcfe7cee
parent047131b5fc24ea237d78b991962caf75e7a770cd
shark: Move shaders into their own crate

We can build them with cargo and a build script.
17 files changed:
Cargo.lock
Cargo.toml
title/shark-shaders/Cargo.toml [new file with mode: 0644]
title/shark-shaders/build.rs [new file with mode: 0644]
title/shark-shaders/shaders/basic.frag.glsl [moved from title/shark/src/shaders/basic.frag.glsl with 85% similarity]
title/shark-shaders/shaders/basic.vert.glsl [moved from title/shark/src/shaders/basic.vert.glsl with 100% similarity]
title/shark-shaders/shaders/text.frag.glsl [moved from title/shark/src/shaders/text.frag.glsl with 100% similarity]
title/shark-shaders/shaders/text.vert.glsl [moved from title/shark/src/shaders/text.vert.glsl with 100% similarity]
title/shark-shaders/src/lib.rs [new file with mode: 0644]
title/shark/Cargo.toml
title/shark/src/pipelines/basic.rs
title/shark/src/pipelines/text.rs
title/shark/src/shaders/basic.frag.spv [deleted file]
title/shark/src/shaders/basic.vert.spv [deleted file]
title/shark/src/shaders/build.sh [deleted file]
title/shark/src/shaders/text.frag.spv [deleted file]
title/shark/src/shaders/text.vert.spv [deleted file]