Struct lyon::tessellation::geometry_builder::VertexBuffers [] [src]

pub struct VertexBuffers<VertexType> {
    pub vertices: Vec<VertexType>,
    pub indices: Vec<u16>,
}

Structure that holds the vertex and index data.

Usually writen into though temporary BuffersBuilder objects.

Fields

Methods

impl<VertexType> VertexBuffers<VertexType>

Constructor

Constructor