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.

Trait Implementations

Derived Implementations

impl Eq for TransformFeedbackVarying

impl PartialEq for TransformFeedbackVarying

fn eq(&self, __arg_0: &TransformFeedbackVarying) -> bool

fn ne(&self, __arg_0: &TransformFeedbackVarying) -> bool

impl Clone for TransformFeedbackVarying

fn clone(&self) -> TransformFeedbackVarying

fn clone_from(&mut self, source: &Self)

impl Debug for TransformFeedbackVarying

fn fmt(&self, __arg_0: &mut Formatter) -> Result