1
0
Fork 0

[DISPLAY] Begin refactor

This commit is contained in:
Florian RICHER 2022-06-21 20:10:19 +02:00
parent 2efbe96845
commit ebb5ac8fae
5 changed files with 201 additions and 1 deletions

View file

@ -1,4 +1,6 @@
mod pipelines;
pub use pipelines::utils::create_render_pipeline;
pub use pipelines::{GlobalBindLayout, Pipelines};
pub use pipelines::{GlobalBindLayout, Pipelines};
mod renderer;