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