blob: b8d681401fd51a0161d492880bce77369a193800 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint4 m() {
t = 1u;
return uint4((t).xxxx);
}
void f() {
uint4 tint_symbol = m();
float4 v = float4(tint_symbol);
}