Enum gfx::shade::core::MatrixFormat
[−]
[src]
pub enum MatrixFormat { ColumnMajor, RowMajor, }
Whether the matrix is column or row major.
Variants
ColumnMajor | ||
RowMajor |