blob: 289a1d524186ab1cf7de29afe592962ad51423b7 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint b = asuint(1.0f);
return;
}