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