Mesh refactor Unstable !
This commit is contained in:
parent
4723cf513a
commit
950b375609
6 changed files with 192 additions and 187 deletions
|
@ -16,6 +16,7 @@ pub use instance::{
|
|||
use wgpu::{Device, Queue};
|
||||
|
||||
mod mesh;
|
||||
pub use mesh::Mesh;
|
||||
|
||||
pub trait Renderable {
|
||||
fn prepare(&mut self, device: &Device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue