blob: 73bb1187e9f2b59516a7aa17a71680747dec5e82 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int3 a = int3(1, 2, 3);
const float3 b = asfloat(a);
return;
}