dawn-cmake/test/tint/expressions/binary/add/scalar-scalar/f16.wgsl.expected.dxc.hlsl

6 lines
84 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void f() {
const float16_t r = float16_t(3.0h);
return;
}