Enum ThreadedSparseUploader.MatrixType
Options for the type of matrix to use in matrix uploads.
Namespace: Unity.Rendering
Syntax
public enum MatrixType
Fields
Name | Description | Value |
---|---|---|
MatrixType4x4 | A float4x4 matrix. |
0 |
MatrixType3x4 | A float3x4 matrix. |
1 |