[][src]Function nannou::draw::mesh::vertex::new

pub fn new<S>(
    point: Point<S>,
    color: Color,
    tex_coords: TexCoords<S>
) -> Vertex<S>

Simplified constructor for a draw::mesh::Vertex.