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. |