blob: 326e902fc613cc481784d1becf6328240af17924 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int t = 0;
int2 m() {
t = 1;
return int2((t).xx);
}
void f() {
const int2 tint_symbol = m();
float2 v = float2(tint_symbol);
}