Version: 2022.3
언어: 한국어

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.