blob: 696e21e8cd213f2ae559fe91f4b34cc8465191cc [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float3 m() {
t = 1.0f;
return float3((t).xxx);
}
void f() {
const float3 tint_symbol = m();
int3 v = int3(tint_symbol);
}