blob: ef47ffcb6c36c277e5ab8878f47ac49dba358d01 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint a = 1u;
const float b = asfloat(a);
return;
}