Enum gfx::shade::core::MatrixFormat []

pub enum MatrixFormat {
    ColumnMajor,
    RowMajor,
}

Whether the matrix is column or row major.

Variants

Trait Implementations

impl Debug for MatrixFormat

Formats the value using the given formatter.

impl PartialEq<MatrixFormat> for MatrixFormat

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for MatrixFormat

impl Eq for MatrixFormat

impl Copy for MatrixFormat

impl Clone for MatrixFormat

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more