renderer render
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)]
|
||||
pub struct Vertex {
|
||||
pub position: [f32; 3],
|
||||
pub uv: [f32; 2],
|
||||
pub color: [f32; 3],
|
||||
}
|
||||
Reference in New Issue
Block a user