Enum tess2_sys::TessElementType [] [src]

#[repr(u32)]
pub enum TessElementType { TESS_POLYGONS, TESS_CONNECTED_POLYGONS, TESS_BOUNDARY_CONTOURS, }

defines, what action tessTesselate is performing, tesselation, tesselation with neighboring polygons, or creating polygon contours

Variants

Trait Implementations

impl Copy for TessElementType
[src]

impl Clone for TessElementType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TessElementType
[src]

Formats the value using the given formatter.