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

component_type: Type dim: Dim