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

5 lines
50 B
WebGPU Shading Language

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