Struct nannou::ui::backend::glium::glium::vertex::EmptyVertexAttributes[][src]

pub struct EmptyVertexAttributes {
    pub len: usize,
}

Marker that can be passed instead of a buffer to indicate an empty list of buffers.

Fields

Number of phantom vertices.

Trait Implementations

impl<'a> Into<VerticesSource<'a>> for EmptyVertexAttributes
[src]

Performs the conversion.

Auto Trait Implementations