use super::Texture; pub struct Material { pub name: String, pub diffuse_texture: Texture, pub bind_group: wgpu::BindGroup, }