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

5 lines
50 B
WebGPU Shading Language

enable f16;
fn f() {
var v = mat2x2<f16>();
}