Struct gfx::shade::core::OutputVar
[−]
[src]
pub struct OutputVar {
pub name: String,
pub slot: u8,
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. |