Options for the shader constant value type.
Vector | The shader constant is a vector or a scalar (a vector with one column). The related ConstantInfo stores the number of columns. |
Matrix | The shader constant is a matrix. The related ConstantInfo stores the number of rows and columns. |
Struct | The shader constant is a struct. The related ConstantInfo stores the struct's size and members. |