blob: 6d70e43a608d49e3a5e14a731b6a6cfda3c3725f [file]
void f(float3 vec3f) {
float3 b = vec3f;
}
[numthreads(1, 1, 1)]
void main() {
f((0.0f).xxx);
}