1
0
Fork 0

Refactor: Texture

This commit is contained in:
Florian RICHER 2022-06-15 23:08:52 +02:00
parent 1af8e63641
commit b210a5f742
4 changed files with 84 additions and 70 deletions

View file

@ -7,7 +7,7 @@ pub use camera::{
};
mod texture;
pub use texture::Texture;
pub use texture::{Texture, TextureManager};
mod instance;
pub use instance::{