Enum glium::program::TransformFeedbackMode [] [src]

pub enum TransformFeedbackMode {
    Interleaved,
    Separate,
}

Type of transform feedback. Only used with the legacy interface.

Variants

Each value is interleaved in the same buffer.

Each value will go in a separate buffer.

Trait Implementations

impl Debug for TransformFeedbackMode
[src]

[src]

Formats the value using the given formatter.

impl Copy for TransformFeedbackMode
[src]

impl Clone for TransformFeedbackMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TransformFeedbackMode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for TransformFeedbackMode
[src]