blob: 6533c7c87c53a76f097fcd585dd14b21b705b02c [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint3 m() {
t = 1u;
return uint3((t).xxx);
}
void f() {
const uint3 tint_symbol = m();
float3 v = float3(tint_symbol);
}