blob: a21b6d2731dc343cdfdf63221437c805b1bce92e [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() {
const float2 tint_symbol = m();
uint2 v = uint2(tint_symbol);
}