dawn-cmake/test/tint/expressions/zero_init/array/f16.wgsl

5 lines
52 B
WebGPU Shading Language

enable f16;
fn f() {
var v = array<f16, 4>();
}