Refactor vertex buffer creations

This commit is contained in:
Florian RICHER 2024-12-11 20:41:04 +01:00
parent 1169c76b41
commit 11a5083513
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 132 additions and 108 deletions

View file

@ -1,2 +1,2 @@
mod triangle_pipeline;
pub use triangle_pipeline::create_triangle_pipeline;
pub use triangle_pipeline::create_triangle_pipeline;