Enum vulkano::pipeline::raster::FrontFace [] [src]

#[repr(u32)]
pub enum FrontFace { CounterClockwise, Clockwise, }

Specifies which triangle orientation corresponds to the front or the triangle.

Variants

Triangles whose vertices are oriented counter-clockwise on the screen will be considered as facing their front. Otherwise they will be considered as facing their back.

Triangles whose vertices are oriented clockwise on the screen will be considered as facing their front. Otherwise they will be considered as facing their back.

Trait Implementations

impl Copy for FrontFace
[src]

impl Clone for FrontFace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrontFace
[src]

Formats the value using the given formatter.

impl Default for FrontFace
[src]

Returns the "default value" for a type. Read more