1
0
Fork 0

Refactor global bind layout

This commit is contained in:
Florian RICHER 2022-06-21 13:42:57 +02:00
parent bbd2ef7b53
commit cb5af515df
3 changed files with 104 additions and 79 deletions

View file

@ -1,3 +1,4 @@
mod pipelines;
pub use pipelines::utils::create_render_pipeline;
pub use pipelines::utils::create_render_pipeline;
pub use pipelines::GlobalBindLayout;