mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-15 21:34:21 +00:00
Update project
This commit is contained in:
7
Source/Render/Material.rs
Normal file
7
Source/Render/Material.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use super::Texture;
|
||||
|
||||
pub struct Material {
|
||||
pub name: String,
|
||||
pub diffuse_texture: Texture,
|
||||
pub bind_group: wgpu::BindGroup,
|
||||
}
|
Reference in New Issue
Block a user