blob: 97cf5acbdbbe9e67144da4bface7310631bf4295 [file]
var<workgroup> v : mat3x3<f32>;
fn foo() -> mat3x3<f32> {
return workgroupUniformLoad(&v);
}