mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-15 21:34:21 +00:00
3d model loading
This commit is contained in:
3
Source/Vertex.rs
Normal file
3
Source/Vertex.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub trait Vertex {
|
||||
fn desc<'a>() -> wgpu::VertexBufferLayout<'a>;
|
||||
}
|
Reference in New Issue
Block a user