1
0
Fork 0

Refactoring | Not finished

This commit is contained in:
Florian RICHER 2022-06-21 21:58:26 +02:00
parent 9e24702770
commit 7f2a43700a
5 changed files with 41 additions and 390 deletions

View file

@ -3,4 +3,5 @@ mod pipelines;
pub use pipelines::utils::create_render_pipeline;
pub use pipelines::{GlobalBindLayout, Pipelines};
mod renderer;
mod renderer;
pub use renderer::{Renderer, DefaultState, State};