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