Struct gfx_core::shade::OutputVar [] [src]

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

Target output variable.

Fields

name

Name of this output variable.

slot

Output color target index.

base_type

Type of the output component.

container

"Scalarness" of this output.

Trait Implementations

Derived Implementations

impl Debug for OutputVar

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

impl PartialEq for OutputVar

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

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

impl Clone for OutputVar

fn clone(&self) -> OutputVar

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