blob: 0849b0d378cc5f309241e46cd38dbad919f53000 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float3 const v = float3(1.0f, 2.0f, 3.0f);
float const scalar = v[1u];
float2 const swizzle2 = v.xz;
float3 const swizzle3 = v.xzy;
}