Enum conrod::backend::glium::Draw [] [src]

pub enum Draw<'a> {
    Image(Id&'a [Vertex]),
    Plain(&'a [Vertex]),
}

A Command for drawing to the target.

Each variant describes how to draw the contents of the vertex buffer.

Variants

A range of vertices representing triangles textured with the image in the image_map at the given widget::Id.

A range of vertices representing plain triangles.

Trait Implementations

impl<'a> Clone for Draw<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Draw<'a>
[src]

[src]

Formats the value using the given formatter.