Enum dacite::core::PrimitiveTopology [] [src]

pub enum PrimitiveTopology {
    PointList,
    LineList,
    LineStrip,
    TriangleList,
    TriangleStrip,
    TriangleFan,
    LineListWithAdjacency,
    LineStripWithAdjacency,
    TriangleListWithAdjacency,
    TriangleStripWithAdjacency,
    PatchList,
    Unknown(VkPrimitiveTopology),
}

Variants

Trait Implementations

impl Debug for PrimitiveTopology
[src]

Formats the value using the given formatter.

impl Copy for PrimitiveTopology
[src]

impl Clone for PrimitiveTopology
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PrimitiveTopology
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PrimitiveTopology
[src]

impl Hash for PrimitiveTopology
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more