Enum gfx::state::FrontFace []

pub enum FrontFace {
    Clockwise,
    CounterClockwise,
}

The front face winding order of a set of vertices.

Variants

Clockwise winding order.

Counter-clockwise winding order.

Trait Implementations

impl PartialOrd<FrontFace> for FrontFace

impl Hash for FrontFace

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Ord for FrontFace

impl Eq for FrontFace

impl PartialEq<FrontFace> for FrontFace

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for FrontFace

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FrontFace

impl Debug for FrontFace

Formats the value using the given formatter.