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 Debug for FrontFace

Formats the value using the given formatter.

impl Hash for FrontFace

impl PartialOrd<FrontFace> 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 Eq for FrontFace

impl Copy for FrontFace

impl Ord for FrontFace

impl Clone for FrontFace

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more