blob: 1ae604a542c98df3e50f1a7cef7b16e7644afb1e [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
uint tint_ftou(float v) {
return ((v < 4294967040.0f) ? ((v < 0.0f) ? 0u : uint(v)) : 4294967295u);
}
static float u = 1.0f;
void f() {
const uint v = tint_ftou(u);
}