blob: d003aa18153464866fdb17b561119b1645d3eb8f [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
float f(int x) {
float3 v = float3(1.0f, 2.0f, 3.0f);
const int i = x;
return v[i];
}