Split app, window render context and vulkan context
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 26m52s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 26m52s
This commit is contained in:
parent
f32db72101
commit
15c273b93d
9 changed files with 426 additions and 325 deletions
|
@ -1,9 +1,6 @@
|
|||
mod app;
|
||||
mod pipelines;
|
||||
mod render_context;
|
||||
mod vertex;
|
||||
pub use app::App;
|
||||
pub mod pipelines;
|
||||
pub mod vertex;
|
||||
pub mod vulkan_context;
|
||||
pub mod window_render_context;
|
||||
|
||||
mod scene;
|
||||
pub use scene::Scene;
|
||||
pub use vertex::Vertex2D;
|
||||
pub mod scene;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue