[go: up one dir, main page]

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

pub enum MatrixFormat {
    ColumnMajor,
    RowMajor,
}

Whether the matrix is column or row major.

Variants

Trait Implementations

impl Eq for MatrixFormat

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 Clone for MatrixFormat

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for MatrixFormat

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Copy for MatrixFormat

impl Debug for MatrixFormat

Formats the value using the given formatter.