Enum nc_renderer::common::PrimitiveType [−][src]
pub enum PrimitiveType {
Points,
Lines,
LineStrip,
Triangles,
TriangleStrip,
}
Expand description
PipelineDesc
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrimitiveType
impl Send for PrimitiveType
impl Sync for PrimitiveType
impl Unpin for PrimitiveType
impl UnwindSafe for PrimitiveType
Blanket Implementations
Mutably borrows from an owned value. Read more