1
0
Fork 0

Begin refactor

This commit is contained in:
Florian RICHER 2022-06-21 13:32:23 +02:00
parent fb70d20fbe
commit bbd2ef7b53
8 changed files with 83 additions and 62 deletions

3
src/render/mod.rs Normal file
View file

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