pub trait AsAttributes {
type Iter: Iterator<Item = Attribute>;
// Required method
fn attributes(self) -> Self::Iter;
}
Expand description
Represent types that can be interpreted as list of vertex attributes.
Required Associated Types§
Required Methods§
Sourcefn attributes(self) -> Self::Iter
fn attributes(self) -> Self::Iter
Retreive a list of vertex attributes with offsets relative to beginning of that list