-
HLSL: Recognize types declared as identifiers as identifiers. · 0320d090John Kessenich authored
E.g., in float float; (float) * float; The "(float)" is not a type cast, it is an expression.0320d090
×
E.g., in
float float;
(float) * float;
The "(float)" is not a type cast, it is an expression.