blob: 025a6f310b1e5adbeffa61a9670d49ea9ae0b061 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float2 const fract = float2(0.25f, 0.75f);
float2 const whole = float2(1.0f, 3.0f);
return;
}