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

5 lines
50 B
WebGPU Shading Language

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