piping everything through. Almost done
This commit is contained in:
@@ -7,6 +7,7 @@ pub struct Vertex3D {
|
||||
pub ti_position: [f32; 2],
|
||||
}
|
||||
|
||||
|
||||
vulkano::impl_vertex!(Vertex3D, v_position, color, ti_position);
|
||||
|
||||
/// Text vertex 3d with vertex position
|
||||
|
||||
Reference in New Issue
Block a user