basic working polygon renderer
This commit is contained in:
@@ -2,8 +2,12 @@ mod buf;
|
||||
mod instance;
|
||||
mod storage;
|
||||
mod uniform;
|
||||
mod vertex;
|
||||
mod texture;
|
||||
|
||||
pub use buf::*;
|
||||
pub use instance::*;
|
||||
pub use storage::*;
|
||||
pub use uniform::*;
|
||||
pub use vertex::*;
|
||||
pub use texture::*;
|
||||
|
||||
Reference in New Issue
Block a user