blob: 7272ba58be0d3a871517afc8b8194eca7d9ae5ad [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float m() {
t = 1.0f;
return float(t);
}
void f() {
const float tint_symbol = m();
uint v = uint(tint_symbol);
}