blob: c8c1c1297990e58d95d03253785d742e106db4f9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float2 const fract = float2(0.625f, 0.9375f);
int2 const exp = int2(1, 2);
return;
}