mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-15 05:14:20 +00:00
4 lines
72 B
Rust
4 lines
72 B
Rust
pub trait Vertex {
|
|
fn desc<'a>() -> wgpu::VertexBufferLayout<'a>;
|
|
}
|