Enum MatrixMajorness
Indicates the majorness of the matrix in this backend.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum MatrixMajorness
Fields
| Name | Description |
|---|---|
| ColumnMajor | Column major order. |
| RowMajor | Row major order. |