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

2 lines
41 B
WebGPU Shading Language

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