blob: 4e84c0b089e56df8eea53ef053be94bb04b53fdd [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
float f(int i) {
float3 v = float3(1.0f, 2.0f, 3.0f);
return v[min(uint(i), 2u)];
}