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

3 lines
61 B
WebGPU Shading Language

let m = mat2x2<f32>(0.0, 1.0,
2.0, 3.0);