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