Enum glenum::FrontFaceDirection [] [src]

pub enum FrontFaceDirection {
    CW,
    CCW,
}

Constants passed to WebGLRenderingContext.frontFace().

Variants

Passed to frontFace to specify the front face of a polygon is drawn in the clockwise direction

Passed to frontFace to specify the front face of a polygon is drawn in the counter clockwise direction

Trait Implementations

impl Debug for FrontFaceDirection
[src]

[src]

Formats the value using the given formatter.

impl Clone for FrontFaceDirection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FrontFaceDirection
[src]