Enum gfx::device::shade::MatrixFormat [] [src]

pub enum MatrixFormat {
    ColumnMajor,
    RowMajor,
}

Whether the matrix is column or row major.

Variants

ColumnMajor
RowMajor

Trait Implementations

Derived Implementations

impl Debug for MatrixFormat

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for MatrixFormat

fn eq(&self, __arg_0: &MatrixFormat) -> bool

fn ne(&self, __arg_0: &MatrixFormat) -> bool

impl Clone for MatrixFormat

fn clone(&self) -> MatrixFormat

fn clone_from(&mut self, source: &Self)

impl Copy for MatrixFormat