blob: d960aa7b173d20e3d2c20fd6362c1f21fdc9eaf3 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint2 m() {
t = 1u;
return uint2((t).xx);
}
void f() {
const uint2 tint_symbol = m();
float2 v = float2(tint_symbol);
}