blob: 3998b8ae5d79a2dd80c652de56bf8e638b3e22fe [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float2 m() {
t = 1.0f;
return float2((t).xx);
}
void f() {
float2 tint_symbol = m();
bool2 v = bool2(tint_symbol);
}