dawn-cmake/test/expressions/zero_init/mat2x3/f32.wgsl

4 lines
38 B
WebGPU Shading Language

fn f() {
var v = mat2x3<f32>();
}