Struct lyon_tessellation::geometry_builder::VertexBuffers [] [src]

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

Structure that holds the vertex and index data.

Usually writen into though temporary BuffersBuilder objects.

Fields

Methods

impl<VertexType> VertexBuffers<VertexType>
[src]

[src]

Constructor

[src]

Constructor

Trait Implementations

impl<VertexType: Clone> Clone for VertexBuffers<VertexType>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<VertexType: Debug> Debug for VertexBuffers<VertexType>
[src]

[src]

Formats the value using the given formatter.