blob: 5ced7849871466c5a0ecbd6f7a0eea725aa1781f [file] [log] [blame]
cbuffer cbuffer_u : register(b0, space0) {
uint4 u[1];
};
[numthreads(1, 1, 1)]
void main() {
const float16_t x = float16_t(f16tof32(((u[0].x) & 0xFFFF)));
return;
}