Class ConstructorCompoundCast


public final class ConstructorCompoundCast extends ConstructorCall
Represents the construction of a vector/matrix typecast, such as `half3(myInt3)` or `float4x4(myHalf4x4)`. Matrix resizes are done in ConstructorMatrixMatrix, not here.

These always contain exactly 1 vector or matrix of matching size, and are never constant.