Enum tess2_sys::TessWindingRule [] [src]

#[repr(u32)]
pub enum TessWindingRule { TESS_WINDING_ODD, TESS_WINDING_NONZERO, TESS_WINDING_POSITIVE, TESS_WINDING_NEGATIVE, TESS_WINDING_ABS_GEQ_TWO, }

Determines how should tessTesselate interpret it's input, see OpenGL tesselation docs for more

Variants

Trait Implementations

impl Copy for TessWindingRule
[src]

impl Clone for TessWindingRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TessWindingRule
[src]

Formats the value using the given formatter.