blob: 686d91c7ef349600ce78a1d4e5596e95d8ea09f8 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float2 a = float2(2.003662109375f, -513.03125f);
const uint2 b = asuint(a);
return;
}