Struct glium::program::TransformFeedbackVarying
[−]
[src]
pub struct TransformFeedbackVarying { pub name: String, pub offset: usize, pub size: usize, pub ty: AttributeType, }
Describes a varying that is being output with transform feedback.
Fields
name | Name of the variable. |
offset | Number of bytes between the start of the first element and the start of this one. |
size | Size in bytes of this value. |
ty | Type of the value. |