Type Alias gltfgen::attrib::VertexAttribute

source ·
pub type VertexAttribute = Attribute<VertexIndex>;

Aliased Type§

struct VertexAttribute {
    pub data: AttributeData,
    /* private fields */
}

Fields§

§data: AttributeData

Underlying attribute data.

This can be used to manipulate attribute values or their references directly.