rename renderer to vulkan
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 20m44s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 20m44s
This commit is contained in:
parent
6bc3dbd53d
commit
f32db72101
8 changed files with 11 additions and 11 deletions
9
src/vulkan/mod.rs
Normal file
9
src/vulkan/mod.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
mod app;
|
||||
mod pipelines;
|
||||
mod render_context;
|
||||
mod vertex;
|
||||
pub use app::App;
|
||||
|
||||
mod scene;
|
||||
pub use scene::Scene;
|
||||
pub use vertex::Vertex2D;
|
Loading…
Add table
Add a link
Reference in a new issue