3 half h1; // Not a basic type.
\r
4 half2 h2; // Not a basic type.
\r
5 half3 h3; // Not a basic type.
\r
6 half4 h4; // Not a basic type.
\r
7 float2 f2; // Not a basic type.
\r
8 float3 f3; // Not a basic type.
\r
9 float4 f4; // Not a basic type.
\r
10 fixed fx1; // Not a basic type.
\r
11 fixed2 fx2; // Not a basic type.
\r
12 fixed3 fx3; // Not a basic type.
\r
13 fixed4 fx4; // Not a basic type.
\r
14 float3x3 f3x3; // Not a basic type.
\r
15 float2x4 f2x4; // Not a basic type.
\r
16 half4x4 h4x4; // Not a basic type.
\r