blob: 1897e4ed383ff9af4e15890e8f10405ce03d9001 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float2 a = float2(2.003662109375f, -513.03125f);
const int2 b = asint(a);
return;
}