blob: 9a75d5d39af328e69287fc9a97c0536cbfc74320 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
uint4 tint_ftou(float4 v) {
return ((v < (4294967040.0f).xxxx) ? ((v < (0.0f).xxxx) ? (0u).xxxx : uint4(v)) : (4294967295u).xxxx);
}
static float4 u = (1.0f).xxxx;
void f() {
uint4 v = tint_ftou(u);
}