Refactor texture loading

This commit is contained in:
Florian RICHER 2025-06-08 18:38:51 +02:00
parent f91c0792b2
commit a32cf6c747
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
19 changed files with 1499 additions and 337 deletions

View file

@ -1,5 +1,5 @@
pub mod material_manager;
pub mod primitives;
pub mod render_pass_manager;
pub mod texture;
pub mod resources;
pub mod vulkan_context;