blob: f033401bf43cabe0f2f7e74ab2723875a59c6270 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float3 a = float3(1.0f, 2.0f, 3.0f);
const uint3 b = asuint(float3(1.0f, 2.0f, 3.0f));
return;
}