blob: a60d1b08b255477486bdf7dbfa30c512cabb942b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct modf_result_f32 {
float fract;
float whole;
};
struct tint_private_vars_struct {
modf_result_f32 v;
};
kernel void tint_symbol() {
return;
}