Trait amethyst_renderer::Query[][src]

pub trait Query<T>: VertexFormat {
    const QUERIED_ATTRIBUTES: Attributes<'static>;
}

Allows to query specific Attributes of VertexFormat

Associated Constants

Attributes from tuple T

Implementors