1
0
Fork 0

Mesh refactor Unstable !

This commit is contained in:
Florian RICHER 2022-06-15 21:17:45 +02:00
parent 4723cf513a
commit 950b375609
6 changed files with 192 additions and 187 deletions

View file

@ -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);