Sign in
dawn
/
dawn
/
fd521898eaa440c7c450cedc4958a8390ea8f4d1
/
.
/
test
/
tint
/
builtins
/
workgroupUniformLoad
/
matrix.wgsl
blob: 97cf5acbdbbe9e67144da4bface7310631bf4295 [
file
]
var
<workgroup>
v
:
mat3x3
<f32>
;
fn foo
()
->
mat3x3
<f32>
{
return
workgroupUniformLoad
(&
v
);
}