1
0
Fork 0
This commit is contained in:
Florian RICHER 2022-06-21 22:37:45 +02:00
parent 0145968267
commit 898783ca80
9 changed files with 71 additions and 53 deletions

View file

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