Version: 2022.1
言語: 日本語

ShaderConstantType

enumeration

マニュアルに切り替える

説明

Options for the shader constant value type.

変数

VectorThe shader constant is a vector or a scalar (a vector with one column). The related ConstantInfo stores the number of columns.
MatrixThe shader constant is a matrix. The related ConstantInfo stores the number of rows and columns.
StructThe shader constant is a struct. The related ConstantInfo stores the struct's size and members.