mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-16 22:04:24 +00:00
Initial pipeline abstraction
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
pub mod Pipeline;
|
||||
|
||||
//#[path = "DrawModel.rs"]
|
||||
//mod _DrawModel;
|
||||
//pub use self::_DrawModel::*;
|
||||
@ -18,10 +20,6 @@ pub use self::_IndexFormat::*;
|
||||
//mod _Model;
|
||||
//pub use self::_Model::*;
|
||||
|
||||
#[path = "PolygonMode.rs"]
|
||||
mod _PolygonMode;
|
||||
pub use self::_PolygonMode::*;
|
||||
|
||||
#[path = "Renderer.rs"]
|
||||
mod _Renderer;
|
||||
pub use self::_Renderer::*;
|
||||
|
Reference in New Issue
Block a user