blob: e7206faa6873362a8230e6cd0e4249eb9e68a5f9 [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() {
const uint4 tint_symbol = m();
float4 v = float4(tint_symbol);
}