blob: 6f9cc203c7454fdae53501c6a6b5bc22150451ea [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
float a = 4.0f;
float3 b = float3(0.0f, 2.0f, 0.0f);
const float3 r = (a / b);
return;
}