dawn-cmake/test/matrix/constructor/elements/mat2x3.wgsl

3 lines
71 B
WebGPU Shading Language

let m = mat2x3<f32>(0.0, 1.0, 2.0,
3.0, 4.0, 5.0);