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