Enum MatrixMajorness
Indicates the major ordering 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. |