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

9 lines
109 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
float16_t v = float16_t(0.0h);
}