pipeline: Refactor square pipeline + add support of indexes

This commit is contained in:
Florian RICHER 2025-05-28 22:39:56 +02:00
parent 122f577a26
commit 131811a539
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 270 additions and 217 deletions

View file

@ -1,4 +1,3 @@
pub mod pipelines;
pub mod primitives;
pub mod render_context;
pub mod texture;