Enum luminance::tessellation::Mode [] [src]

pub enum Mode {
    Point,
    Line,
    LineStrip,
    Triangle,
    TriangleFan,
    TriangleStrip,
}

Vertices can be connected via several modes.

Variants

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter.

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mode
[src]