blob: 4d6a26e152937644e56c43a45ed0787eb1e0efeb [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 float t = 0.0f;
float4 m() {
t = 1.0f;
return float4((t).xxxx);
}
void f() {
const float4 tint_symbol = m();
uint4 v = tint_ftou(tint_symbol);
}