Refactor: Texture
This commit is contained in:
parent
1af8e63641
commit
b210a5f742
4 changed files with 84 additions and 70 deletions
|
@ -7,7 +7,7 @@ pub use camera::{
|
|||
};
|
||||
|
||||
mod texture;
|
||||
pub use texture::Texture;
|
||||
pub use texture::{Texture, TextureManager};
|
||||
|
||||
mod instance;
|
||||
pub use instance::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue