Enum gfx_core::shade::ContainerType
[−]
[src]
pub enum ContainerType {
Single,
Vector(Dimension),
Matrix(MatrixFormat, Dimension, Dimension),
}Number of components this parameter represents.
Variants
Single | Scalar value | |
Vector | A vector with | |
Matrix | A matrix. |