Refactorisation de la gestion des pipelines
This commit is contained in:
parent
f65f45fc9a
commit
1169c76b41
5 changed files with 155 additions and 143 deletions
2
src/renderer/pipelines/mod.rs
Normal file
2
src/renderer/pipelines/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
mod triangle_pipeline;
|
||||
pub use triangle_pipeline::create_triangle_pipeline;
|
Loading…
Add table
Add a link
Reference in a new issue