blob: 7a6344b4e47d287adaf1bb2fe649c7607f8f4e2b [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float4 m() {
t = 1.0f;
return float4((t).xxxx);
}
void f() {
const float4 tint_symbol = m();
bool4 v = bool4(tint_symbol);
}