vox/src/vertex.rs

4 lines
53 B
Rust

pub struct Vertex {
position: (f32, f32, f32),
}