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

4 lines
91 B
WebGPU Shading Language

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