blob: 44a047aebfc2bb229220cf87ceeb9cb1ede0a7c3 [file] [log] [blame]
struct S {
m : mat2x2<f32>,
}
@group(0) @binding(0) var<storage> SSBO : S;
@group(0) @binding(0) var<uniform> UBO : S;