Struct luminance::vertex::VertexComponentFormat [] [src]

pub struct VertexComponentFormat {
    pub component_type: Type,
    pub dim: Dim,
}

A VertexComponentFormat gives hints about:

  • the type of the component (Type);
  • the dimension of the component (Dim).

Fields

Trait Implementations

impl Debug for VertexComponentFormat
[src]

Formats the value using the given formatter.

impl Copy for VertexComponentFormat
[src]

impl Clone for VertexComponentFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more