blob: 6625cdb8d1e8d10d35a20e3bb68ea95c9df96c38 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float3 v = float3(1.0f, 2.0f, 3.0f);
v.y = 5.0f;
return;
}