Struct glium_shapes::quad::Quad [] [src]

pub struct Quad { /* fields omitted */ }

A polygonal quad.

This object is constructed using a QuadBuilder object.

Trait Implementations

impl<'a> IntoVerticesSource<'a> for &'a Quad
[src]

Allows a Quad object to be passed as a source of vertices.

Builds the VerticesSource.

impl<'a> Into<IndicesSource<'a>> for &'a Quad
[src]

Allows a Quad object to be passed as a source of indices.

Performs the conversion.