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