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