blob: 3f2627a754022741b0bbd26ca1e91fe46257c09f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
float whole = 0.0f;
float const frac = modf(1.230000019f, *(&(whole)));
return;
}