Struct gfx::shade::core::OutputVar []

pub struct OutputVar {
    pub name: String,
    pub slot: u8,
    pub base_type: BaseType,
    pub container: ContainerType,
}

Target output variable.

Fields

Name of this output variable.

Output color target index.

Type of the output component.

"Scalarness" of this output.

Trait Implementations

impl Debug for OutputVar

Formats the value using the given formatter.

impl PartialEq<OutputVar> for OutputVar

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

This method tests for !=.

impl Clone for OutputVar

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more