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