MaterialManager: first iteration

This commit is contained in:
Florian RICHER 2025-05-31 21:53:20 +02:00
parent 9d2a4410f0
commit 5971c8cd5f
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 219 additions and 0 deletions

View file

@ -1,3 +1,4 @@
pub mod material_manager;
pub mod primitives;
pub mod render_pass_manager;
pub mod texture;