Struct glium::program::Attribute
[−]
[src]
pub struct Attribute {
pub location: i32,
pub ty: AttributeType,
pub size: usize,
}Information about an attribute of a program (except its name).
Internal struct. Not public.
Fields
location | The index of the uniform. This is internal information, you probably don't need to use it. |
ty | Type of the attribute. |
size | Number of elements of the attribute. |