Struct vulkano::pipeline::vertex::AttributeInfo [] [src]

pub struct AttributeInfo {
    pub offset: usize,
    pub format: Format,
}

Information about a single attribute within a vertex. TODO: change that API

Fields

Number of bytes between the start of a vertex and the location of attribute.

VertexMember type of the attribute.