blob: af592334ce5ee05c3b8bd7e27c90bf8ec78e1ce9 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint3 a = uint3(1073757184u, 3288351232u, 3296724992u);
const float3 b = asfloat(a);
return;
}