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