blob: 64593f0f76cdbc8bfc501062fd01084d46d6ca66 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float3 a = float3(2.003662109375f, -513.03125f, -1024.25f);
const uint3 b = asuint(a);
return;
}