1
0
Fork 0

[PIPELINES] Refactor

This commit is contained in:
Florian RICHER 2022-06-21 13:58:56 +02:00
parent cb5af515df
commit 2efbe96845
7 changed files with 131 additions and 61 deletions

View file

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