Enum wgpu_types::PolygonMode [−][src]
#[repr(C)]
pub enum PolygonMode {
Fill,
Line,
Point,
}Expand description
Type of drawing mode for polygons
Variants
Polygons are filled
Polygons are drawn as line segments
Polygons are drawn as points
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PolygonModeimpl Send for PolygonModeimpl Sync for PolygonModeimpl Unpin for PolygonModeimpl UnwindSafe for PolygonModeBlanket Implementations
Mutably borrows from an owned value. Read more