[−][src]Trait glium::vertex::Attribute
Trait for types that can be used as vertex attributes.
Required methods
fn get_type() -> AttributeType
Get the type of data.
Provided methods
fn is_supported<C: ?Sized>(caps: &C) -> bool where
C: CapabilitiesSource,
C: CapabilitiesSource,
Returns true if the backend supports this type of attribute.